0

I am searching for a easy or good way to implement a slide down setting view in sidebar view, just like what Gmail did on iOS. If you click the small down arrow on Gmail's side bar view, it will show a setting view with animation down to the bottom.

I am using SWRevealViewController for side bar implementation.

Want hear from you masters how to start implement it especially based on SWRevealViewController

Wingzero
  • 9,644
  • 10
  • 39
  • 80
  • take this [tutorial](http://www.appcoda.com/ios-programming-sidebar-navigation-menu/), it help to u – Anbu.Karthik Jan 13 '15 at 11:41
  • this is not what I need. I need a 'slide down' menu on the side bar menu, for example, If I put a 'setting' button on top left of side bar view, it will simply slide down. – Wingzero Jan 13 '15 at 12:48

1 Answers1

0

Is very simple just follow the sample app with SWRevealviewController

Anbu.Karthik
  • 82,064
  • 23
  • 174
  • 143