• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
navigate in and around xib files
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: navigate in and around xib files
      • From: Alexander Spohr <email@hidden>
  • Prev by Date: NSTextView HICocoaView performance
  • Next by Date: Re: IKImageBrowserView crash
  • Previous by thread: Re: NSTextView HICocoaView performance
  • Next by thread: Re: navigate in and around xib files
  • Index(es):
    • Date
    • Thread