views:

32

answers:

0

I am trying to create an iPad application which needs a layout similar to contacts app. I want to have two views side by side controlled by two different view controllers. I was considering using SplitViewController, however as I found out, there is no official way too keep root view from hiding (keeping views side by side like contacts app). How can I create such a layout?

Thanks!