Guest User

Untitled

a guest
Jun 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. // When the view appears, update the title and table contents.
  2. - (void)viewWillAppear:(BOOL)animated {
  3. self.title = @"Info";
  4. self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc]
  5. initWithTitle:@"Orange"
  6. style:UIBarButtonItemStylePlain
  7. target:self
  8. action:[[self navigationController] popToRootViewControllerAnimated:TRUE]];
  9.  
  10. }
Add Comment
Please, Sign In to add comment