Customize the left side of UISplitViewController
Hi all
I have a requirement in my project, and I need to put a segment control above the tableview, in the leftside.
The problem is that it seems that the left side, must be a UITableViewController, and I don't figure out how to use a different xib with a custom layout.
I still wanna use the classic tableview in the left, but i need the segment control right on the top of the tableview.
I tried to change the left view controller, to a custom view controller, but the interface builder, dont accept it.
Is that possible?
thank you
|