Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Code cracker

Code cracker

Code cracker has asked 8 questions and find answers to 1 problems.

Stats

41
EtPoint
1
Vote count
8
questions
1
answers

About

Cool Cracker

    NSLog (@"Swift and Objective-c developer currently working for iOS apps");
    
    UIView *me=[UIView alloc]init];
    
    me.frame=CGRectMake(0,0,1ft,6ft);
    
    [self.Earth addsubview:me];