Guest User

Untitled

a guest
Jan 18th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. [button setImage:[UIImage imageNamed:@"image.png"] forState:UIControlStateNormal];
  2.  
  3. UIBarButtonItem* item = [[UIBarButtonItem alloc] initWithImage: yourImage style: UIBarButtonItemStyleBordered target: nil action: nil];
  4.  
  5. UIBarButtonItem* item = [UIBarButtonItem initWithCustomView: yourImageView];
Add Comment
Please, Sign In to add comment