I\'m working on an iOS5 app using storyboard, and I have a method in a view controller class that i\'d like to access from the App Delegate. The trouble is, this view contr
I have a better solution. You can use window.rootViewController.storyboard to get a reference to the storyboard of that view.
window.rootViewController.storyboard