UIViewController または UIView がそのストーリーボード ID を識別できるかどうかを確認しようとしています。だから望んでいた:
UIViewController *aViewController;
NSString *storyboardID = aViewController.storyboard.id; //not an actual property
また:
NSString *storyboardID = [aViewController.storyboard valueForKey:@"storyboardId"]; //also not a working call
しかし、喜びはなく、オンラインで同様の解決策を見つけることができませんでした. これが可能かどうかは誰にもわかりますか?