How to move from one nib to another nib in iPad?

GoFirst *go1 = GoFirst alloc initWithNibName:"GoFirst" bundle:nil; self presentModalViewController:go1 animated:YES.

It sounds like you have a single view in your nib file, and you want to be able to load an instance of that view at various places in your app. First, in the nib file, change the File's Owner class to UIViewController, and set your custom view as the view property of the File's Owner. I know that seems kind of hacky, but last I heard that's actually one of the "right" ways of loading a single view from a nib.

I use this method when I have custom tableview cells in the nib.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions