I believe this is because of code here.
It won’t work for complex hierarchies like UIViewController
inside UINavigationController
inside UITabBarController
inside UINavigationController
.
Is there any workaround for that, e.g. manually provide UINavigationController
which should be used for navigation?
Our exact use case is:
UINavigationController -> UIViewController -> UITabBarController -> UINavigationController -> SBUChannelListViewController
We are on version 2.1.13
.