Search code examples
objective-ccocoa-touchipaduisplitviewcontroller

UISplitViewController: remove divider line


When using UISplitViewController on the iPad there's a black vertical divider line between the root and detail view. Is there any way to remove this line?

Thanks


Solution

  • I looked around for a while, and came to the conclusion that theres no way to do this, other than to create your own custom split view.