There is:
navigation controller: { (самый главный контрол навигации) view controller: { tab bar controller: { navigation controller: { view controller (я тут) }, navigation controller: { view controller }, navigation controller: { view controller } } } } How to get access from the “I'm here” control to the UINavigationController, which is “most important”
UINavigationController *controller = [UIApplication sharedApplication].keyWindow.rootViewController;- Max Mikheyenko