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.
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.
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!!!!!
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
This is not working with iOS7 Giving error "UINavigationControllers are not allowed in a navigation controller!"
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