objective c - 'NavController)' has its 'NIB Name' property set to 'VerwaltungsTableView.nib',... manner -


i want build application uitables , detailview. got warning called:

'selected verwaltung nav controller (verwaltung)' has 'nib name' property set 'verwaltungstableview.nib', view controller not intended have view set in manner.

but think have objects in right manner. here , here can see errors , interfacebuilder.

what causes warning?

navigation controllers meant organise other view controllers. aren't supposed lay them out yourself. you're supposed create other view controllers, assign 1 of them navigation controller's root view controller, write code let user navigate other view controllers there.

if you're trying table view controller nib show up, should assigning table view controller navigation controller's rootviewcontroller property.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -