No image added!
This control needs an image added to it in order to be published. Please make sure it is less than 350KB.
Author
Description
LPThreeSplitViewController is a custom UISplitViewController with three views (MenuView, ListView, DetailView).
MenuView and DetailView are always visible, and ListView's visibility can be toggled. ViewControllers contains UINavigationController so it's easy to make standard navigation by pushing and popping UIViewControllers.
LPThreeSplitViewController is compatible with both ARC and non-ARC projects.