Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I need to create a view like below in my iPhone application. And I have no clue how to do it.

Description of the view: If I press the arrow indicated button icon in the view, a new view

will appear on the same view just like a popup. This is a Facebook page. I need to simulate

the same in my iPhone application.

enter image description here

share|improve this question

4 Answers

up vote 2 down vote accepted

You may refer to below links:

http://www.youtube.com/watch?v=X2JKYDF1wbM

Part-1 http://www.youtube.com/watch?v=tJJMyzdB9uI

Part-2 http://www.youtube.com/watch?v=HqFFjmhoO1c

share|improve this answer
Thanks for your reply and it worked. – 2vision2 Mar 5 at 4:46

Cocoacontrols.com is your friend. They have several controls that do what you're looking to do. Check out http://www.cocoacontrols.com/platforms/ios/controls/jasidepanels for example.

share|improve this answer
Thanks for your reply. @Ramu Pasupuleti answer gives me an instant solution. – 2vision2 Mar 5 at 4:47

exactly what you want...

http://www.cocoacontrols.com/platforms/ios/controls/jasidepanels

http://www.cocoacontrols.com/platforms/ios/controls/hhtablistcontroller-vertical-tab-view-controller

Happy Coding!!!!!

share|improve this answer
Thanks for your reply. @Ramu Pasupuleti answer gives me an instant solution. – 2vision2 Mar 5 at 4:48
you are welcome dude... – NiravPatel Mar 5 at 4:49

JTRevealSidebar use this one. I have used it. its very useful and working same as facebook app

https://github.com/mystcolor/JTRevealSidebarDemo/blob/master/JTRevealSidebarV2/JTRevealSidebarV2Delegate.h

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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