vmodena / ICSDrawerController

ICSDrawerController is a left-side drawer controller for iPhone (iOS 7 or later).
MIT License
253 stars 73 forks source link

Example with storyboards + navigation controller #8

Open orenk86 opened 10 years ago

orenk86 commented 10 years ago

Hey, This menu looks fantastic and I want to use it in my app. I'm trying to embed the menu in a navigation controller which is not the root controller or initial controller of the app, and I can't seem to get it to work for some reason.

Do I have to init the drawer in the app delegate and set it as the app's root controller? Would you mind providing an example with the use of storyboards and a navigation controller (unless, of course, there's no need for a navigation controller)?