これは私の基本的なストーリーボードのレイアウトです
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>