ios - UINavigationController nested Inside UINavigationController (UITabbarController more tab) -


i'm having issue have uinavigationcontroller tab on uitabbarcontroller. works when it's normal tab on tab bar, when placed inside more tab , selected app crashes message "nsinvalidargumentexception', reason: '*** -[__nsplaceholderarray initwithobjects:count:]: attempt insert nil object objects[0]"

is because there nested uinavigationcontrollers? here image of call stack.

enter image description here


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -