Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.