Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. UIImage *image = [UIImage imageNamed:@"newTweetSmall"];
  2. [self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithImage:image style:UIBarButtonItemStyleBordered target:self action:@selector(newTweet)];
  3.  
  4. UIImage *image = [UIImage imageWithContentsOfFile:@"newTweetSmall"];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement