Closed worldofjon closed 9 years ago
You should just use this subclass as a drop-in replacement for UISplitViewController when you want to embed a SplitVC in a UITabBarController. There's not really any documentation necessary because you just make an instance like normal -- IntelligentSplitViewController *splitVC = [[IntelligentSplitViewController alloc] initWithNibName:nil bundle:nil]
, and that's all you ever need to do. Refer to UISplitViewController docs or tutorials for how to use the SplitVC itself.
I cant find any documentation, and dont understand how it works from looking at the code. Can you provide some help.