Guest User

Untitled

a guest
May 25th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. -(IBAction)viewMap:(id)sender{
  2. //
  3. Map *nView =[[Map alloc] initWithNibName:@"Map" bundle:nil];
  4. self.newView_Map = nView;
  5. //[nView release];
  6.  
  7. [ self.navigationController pushViewController:newView_Map animated:YES];
  8.  
  9.  
  10. }
Add Comment
Please, Sign In to add comment