SplitView like Facebook app on iPhone SplitView like Facebook app on iPhone objective-c objective-c

SplitView like Facebook app on iPhone


Facebook guys have done brilliant job in the new version of the app. The similar open source code can be found from here - JTRevealSidebarDemo. Please note that as of June 2014, this project has been discontinued, so you'll probably have better luck with a project from the list below.

It reveals technique behind doing split view for iPhone.

Edit: Few other open source codes:

  1. JWSlideMenu
  2. DDMenuController
  3. PKRevealController
  4. ViewDeck
  5. ECSlidingViewController
  6. MWFSlideNavigationViewController
  7. MFSideMenu
  8. SASlideMenu
  9. HHTabListController
  10. MTSlideViewController
  11. MTStackViewController
  12. MMDrawerController
  13. DMSideMenuController
  14. JVFloatingDrawer


How about projects with storyboard compatibility?I found 1 more slide menu which is compatible with storyboards:SASlideMenu

Another storyboard-compatible menu is ECSlidingViewController and ViewDeckfrom Sagar's answer. They both have storyboard examples (for the last one link is ViewDeckStoryboardExample)