这是我的基本故事板布局
MY MAIN Navigation Controller
if ( abc )
--Push Segue-> [Series of View Controllers] -Modal Segue-> My ViewContrller
else
-- Modal Segue-> My ViewContrller
我收到这些警告。
Applications are expected to have a root view controller at the end of application launch
我应该怎么做才能避免它们
NSLog(@"%@" , self.window.rootViewController.self); gives me <UINavigationController: 0x7435610>