1

I want to create a Facebook-like application, with a menu like this : https://i.stack.imgur.com/yCyzF.png

Is there a simple solution with iOS 6 SDK ? PS.: it would be only for iPhone (not iPad), and I don't need a search-bar.

Thank you,

Cœur
  • 37,241
  • 25
  • 195
  • 267
user1530090
  • 705
  • 1
  • 5
  • 6
  • 1
    Check out this link: http://stackoverflow.com/questions/8657894/android-facebook-style-slide/8673805#8673805 – tamasgal Oct 07 '12 at 13:52

1 Answers1

2

You can try ZUUIRevealController. Here is the link of GitHub and here is a simple tutorial on Youtube.

ShengHuaWu
  • 140
  • 8