I am working with an project with a tabbar and a uisplitview and It is working. I have added the uisplitview through code and the project is a tabbar application. However I need a custom button, a segment controller on the navigation bar instead of just a barmenuitem so when in landscape it can swith between two views.
Any suggestions
Regards
I solved it myself, I dont believe it is the most elegant solution but it works.
When rotating to lanscape I change the apperance of the standard bar menu item with a segmentcontroller. When the segment controller is pushed it pops the popover view. The code is shown in the following:
Regards