Reputation:
I'm using multiple views in my project and I need to navigate from one another and I dont know how to do that when I googled I got some answer based on the nib names now I'm more confused How can I set The nib name of the View controller using interface builder
Upvotes: 1
Views: 10029
Reputation: 3152
You need to select the window in the editor area. Than go the the Inspector Selection Bar and open the File Inspector
. There you set the window nib name you can later call in your code.
Upvotes: 3
Reputation: 4750
Click on the Files Owner and Click Identity Inspector and write your class name there.....
Upvotes: 1