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

Code cracker

Code cracker has asked 7 questions and find answers to 0 problems.

Stats

25
EtPoint
0
Vote count
7
questions
0
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];