ios How To Segue From Single View To Split View Controller
I have two template Views (one is a single view and the other is a Split View Controller) each individually works fine. So I put a button on the Single View and put a Push Segue on the button to go to the Split View Controller. When I press the button I get a crash saying Push cant be used from outside UI Navigation Contoller. Ok so I put the single view template into a UI Navigation Controller and it now says: Split View Controllers cannot be pushed to a Navigation Controller. So ... how do I do this ?? Thanks ! Use a container view in a normal View Controller, covering up the whole viewing