現在ロードされているストーリーボードが何であるかを知りたいのですが、以下のコードを使用しましたが、現在ではなくメインストーリーボードを取得しています。
//This get me the Main storyboard
[[NSBundle mainBundle].infoDictionary objectForKey:@"UIMainStoryboardFile"];
現在ロードされているストーリーボードが何であるかを知りたいのですが、以下のコードを使用しましたが、現在ではなくメインストーリーボードを取得しています。
//This get me the Main storyboard
[[NSBundle mainBundle].infoDictionary objectForKey:@"UIMainStoryboardFile"];