thomers
thomers
It's the Xcode default for universal Master-Detail-apps (no need for handling iPad and iPhones differently)
Thanks @Souf-R 1. Hmm, but how do I show the split VC from the menu, if the user is shown a different view controller? What do I call in tableView:didSelectRowAtIndexPath:...
@iDevelopper Of course it's not mandatory - but how do you implement the [automatic Master/Detail-split](https://www.raywenderlich.com/94443/uisplitviewcontroller-tutorial-getting-started) on iPads then?
@Souf-R Actually yes, I have the problem with iPad portrait mode also - but this is not the same problem I described here, since this one happens on iPhones and...
It seems my only option is to remove the UISplitViewController, create 2 separate storyboards (iPhone, iPad) and use the SWRevealViewController as in the RevealControllerStoryboardExample2. (?)
@iDevelopper The way I understood it - SWRevealViewController can only show one UIViewController as "front". If you take 1 min to create a new Xcode project based on the "MasterDetail"...
Thanks, but no - in your project, the Master controller is the menu. What I need is the master controller as list (segueing to the detail controller) AND a menu...
@iKushalManiyar I have the same problem. Did you manage to fix it?
Fixed here: https://github.com/thomers/RSA/commit/c84aaf33e743cad1573a86c6cf70e90d3eb4de9f
I second this request - if you look at the code in AWSAuthUIViewController, it creates its own UINavigationController and uses the passed navigation controller only to call presentViewController (which is...