I have a navigation based app that has a detail view (UIWebView) with action buttons across the bottom in a UIToolbar. I want to add \'notes\' when the \'notes\' button is
Answer is here:
https://stackoverflow.com/a/10250747/1449618
Use the window's root view controller to present: [self.view.window.rootViewController presentViewController:masterView animated:YES completion:NULL];