All Projects → Alterplay → Apsplitviewcontroller

Alterplay / Apsplitviewcontroller

Custom UISplitViewController for iPad

APSplitViewController – a custom SplitViewController

  • it always keeps both sides visible
  • it's always launched in the Portrait but it's rotated to any direction properly
  • each side contains UINavigationController so it's easy to make standard navigation by pushing and poping UIViewControllers
  • several APSplitViewController can be contained in the custom UITabBarController (APTabBarControllerForSplitController)

APTabBarControllerForSplitController

  • Use it as base when you want APBaseSplitViewController to be contained in UITabBarController
  • It sends rotation events to content-controllers

APNavigationControllerForSplitController

  • it's used as a container for content–controllers in the APSplitViewController
  • it sends messages on pushing and poping subcontrollers

Split Sample project

  • Simple Split demonstrates how to use the component when you need divide the screen into two equal-funcional parts
  • Master-Detail Split demonstrates more complex situation when you need two parts with Master-Detail relationships. It even has a connection from Detail to Master.

Future releases

Besides APSplitViewController is used in 3 real project it's still in the initial stage.

Please look the issue tracker and feel free to add your own REAL needs. Also try to look to the develop branch to check the most latest updates.

Cheers,

Slava Bushtruk, Alterplay

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].