| iphone Programming Glossary: campdetailsIphone navigate to previous/next viewController http://stackoverflow.com/questions/6244776/iphone-navigate-to-previous-next-viewcontroller  didSelectRowAtIndexPath NSIndexPath indexPath  Navigation logic may go here. Create and push another view controller. CampDetails detailViewController CampDetails alloc initWithNibName nil bundle nil autorelease detailViewController.campName self getCampNameInSection.. indexPath  Navigation logic may go here. Create and push another view controller. CampDetails detailViewController CampDetails alloc initWithNibName nil bundle nil autorelease detailViewController.campName self getCampNameInSection indexPath.section.. of camps.    delegate self    cancelButtonTitle @ OK    otherButtonTitles nil  alert show  alert release return end if CampDetails detailViewController CampDetails alloc initWithNibName nil bundle nil autorelease detailViewController.campName nextCamp.. 
 |