navigate in and around xib files
navigate in and around xib files
- Subject: navigate in and around xib files
- From: developers mac <email@hidden>
- Date: Thu, 9 Apr 2009 14:24:25 +0530
Hi there,
I used the code below to navigate between UITableViewController.
SearchAthleteNameViewController *searchAthletesVC =
[[[SearchAthleteNameViewController alloc] initWithNibName:storyLink
bundle:nil] autorelease];
[self.navigationController pushViewController:searchAthletesVC
animated:YES];
Where SearchAthleteNameViewController is an instance of another
UItableViewController (another .xib file).
Now, I have to navigate to NSObject from an UItableViewController. I tried
using the same, i cannot find the method, initwithNibName to make it
navigate. And also it shows an warning in the next line & a cfrunloop
prevails.
can some one suggest/send sample code for me to make it run? Please!
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden