UINavigationController nested Inside UINavigationController (UITabbarController more tab)

489 Views Asked by At

I'm having a issue where I have a UINavigationController as a tab on my UITabbarController. It works perfectly when it's a normal tab on the tab bar, however when it is placed inside the more tab and selected the app crashes with the message "NSInvalidArgumentException', reason: '*** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[0]"

Is this because there are nested uinavigationcontrollers? here is a image of the call stack.

enter image description here

0

There are 0 best solutions below