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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to