I want to create an iPhone app that uses a navigation scene similar to the one pictured in the link

screenshot

Please note I do not want this to only work for iPad, I want it to work for iPhone exactly as pictured, when you click on a tableview item it hides the tableview and makes that view full screen. I want ideas on how to do this because I cannot figure it out myself.

Thanks

link|improve this question

43% accept rate
Can you do this for the web browser? If so do you know where I can grab sample code? – xavior May 7 at 21:01
feedback

1 Answer

up vote 46 down vote accepted

Facebook guys have done brilliant job in the new version of the app. The similar open source code can be found from here - https://github.com/mystcolor/JTRevealSidebarDemo

It reveals technique behind doing split view for iPhone.

Edit: Few other open source codes:

  1. https://github.com/jeremieweldin/JWSlideMenu
  2. https://github.com/devindoty/DDMenuController
  3. https://github.com/pkluz/ZUUIRevealController
  4. https://github.com/Inferis/ViewDeck
  5. https://github.com/edgecase/ECSlidingViewController
  6. https://github.com/meiwin/MWFSlideNavigationViewController
link|improve this answer
1  
That is exactly what I wanted, thanks, I haven't had a chance to try it out yet but it doesn't contain anything that Apple wouldn't approve, like unofficial API's or anything, does it? – Matt Oct 15 '11 at 18:19
1  
No, it doesn't. It works fine and very well managed code. – Sagar Oct 16 '11 at 14:01
Increase your accept rate by accepting my answer ;-) – Sagar Oct 16 '11 at 14:01
Any idea how to do this on Android? – Daniel Dec 3 '11 at 4:52
@Daniel: Nope. But you may create a new question on SO and I am sure you will get a solution. – Sagar Dec 5 '11 at 4:23
show 3 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.