Guest User

Untitled

a guest
Jul 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. UIView *bgView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 320, 79)];
  2. UIImageView *bgImg = [[UIImageView alloc] initWithImage:image];
  3. [bgView addSubview:bgImg];
  4.  
  5. self.backgroundView = bgView;
Add Comment
Please, Sign In to add comment