Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create a sidebar similar to the facebook app for iOS? [duplicate]

Possible Duplicate:
What's the best way to develop a sideswipe menu like the one in Facebook's new iOS app?

How can i create a sidebar similar to the facebook app for iOS (iPhone/iPad)? That sidebar that appears when you slide your finger horizontally. There is a component for this or is it just a UIView?

like image 339
hdoria Avatar asked Nov 03 '11 15:11

hdoria


2 Answers

You're in luck! Somebody just created a complete sample app showing how to create that, and includes a video of the effect. Here it is:

https://github.com/BenHall/ios_facebook_style_navigation

like image 166
Eduardo Scoz Avatar answered Sep 20 '22 12:09

Eduardo Scoz


There is no already made component to do that given by Apple.

I would say it's just an UIView under the main one that is slided on the right.

like image 39
MatLecu Avatar answered Sep 21 '22 12:09

MatLecu