my app has a a home screen (mainly a view with buttons on it). when a user presses one of the buttons, the view should segue to another view. it happens that one of the views that i want to segue to should be a split view controller. i tried adding the split view in storyboard and run the app, it returns with errors: either i'm presenting the split view modally or i can't add the split view if the view before it is embedded in a navigation controller. How can i achieve adding a split view if there's a view before or a navigation controller view?
Tell me more
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.