views:

5

answers:

0

Hi, i would like to check, usually for navigation base app.

we load the nib files for navigated views at viewDidLoad right? than the nib file will be the place where we define the class. so what happen if there is no nib file?

and if i have a custom table cell, with no nib file for table view, but a individual cell nib file only, how can i set it up for navigation?

thks for the help