Reputation: 665
I am building an iOS app and I would like to add some visual appearance to it. I am trying to find a framework which I could use to have the ability to display the menu on the left hand side by pulling right. I would like to use the same method as the Facebook iPad app if possible. It doesn't have to be same: something similar would do fine.
Does anybody have any recommendations for a framework like what I am describing?
Upvotes: 0
Views: 185
Reputation: 13600
Try this as well, it's pretty good custom control to use:
http://www.cocoacontrols.com/controls/jasidepanels
Upvotes: 0
Reputation: 21805
Try ZUUIRevealController from Github. Download it and play around with it, and see whether it suits your needs.
Upvotes: 2