Opening Another Xib form an Xib

Posted by Goods on Stack Overflow See other posts from Stack Overflow or by Goods
Published on 2010-03-12T03:44:06Z Indexed on 2010/03/12 3:47 UTC
Read the original article Hit count: 368

Not a Noob as yesterday, but still green. I have been playing around with the code that Elisabeth Robson has put together HERE. I have a UITabbarcontoller and a IUNavigationController they seem to work fine. I have a UITableviewController to which I loads my NSMutable array. The user clicks a cell and didSelectRowAtIndexPath xib is loaded onto the stack. I put a 'Learn More' button on the current xib(BookDetailView). I've tried a few approaches to load a newer xib when the 'Learn More' button is pressed but have failed.

Ive Tried IBAction and Pushing the Newer xib to the top. Do I need to create another view controller?

Thanks for looking.

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about uinavigationcontroller