Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. CGRect rect=CGRectMake(10, 10, 100,100);
  2. UIImageView *imageView=[[UIImageView alloc]init];
  3. imageView.frame=rect;
  4. [self.customView addSubview:imageView];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement