I'm building an universal app. I have already created two view controllers.in first view controller
there is a search from and when user entered the data and hit the search
button in the second view controller
it shows the results.now what I want is to create a split view using these two views.
- Is it possibel? if it is posstible how can I do that and can we implement it only for portrait mode.(without landscape mode).
- Do we have to use a
tableview
as master view each and every time when we create a split view ?
hope your help with this.thank you very much.