Push a new view to a UINavigationController iPhone SDK


/ Published in: Objective C
Save to your folder(s)



Copy this code and paste it in your HTML
  1. SponsorUsDetailView *sponsorUsDetail = [[SponsorUsDetailView alloc]initWithNibName:@"SponsorUsDetailView" bundle:nil];
  2. [self.navigationController pushViewController:sponsorUsDetail animated:YES];
  3. [sponsorUsDetail release];

Report this snippet


Comments


You need to login to view comments.