iPad - I need to put a split view inside a tab bar application
Is there a way to add a split view in a tabbar application using only IB, without add the split 开发者_开发百科view programmatically?
Have you tried this?
http://www.iphonedevsdk.com/forum/iphone-sdk-development/62217-simplest-way-make-split-controller-tab-bar-controller.html
or
UISplitViewController in a TabBar ( UITabBarController )?
or
SplitViewController_Problem
精彩评论