grgcombs / IntelligentSplitViewController

A smarter UISplitViewController that rotates correctly when placed inside a UITabBarController
Other
111 stars 22 forks source link

documentation missing #17

Closed worldofjon closed 9 years ago

worldofjon commented 11 years ago

I cant find any documentation, and dont understand how it works from looking at the code. Can you provide some help.

sweetmandm commented 11 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.