aryaxt / iOS-Slide-Menu

iOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and Facebook
Other
1.53k stars 359 forks source link

Slide Left Menu not displaying in UITableViewController subclass #157

Open PrabakarMP opened 9 years ago

PrabakarMP commented 9 years ago

Hi,

I am trying to use SlideMenu - SlideNavigationController in my project. I have problem displaying left slide menu in UITableViewController subclass file. I am able to get left slide menu in a view controller subclass file. But, not displaying in UITableViewController subclass file, I added SlideNavigationControllerDelegate in the header file. Then, I checked your SlideMenu sample, I see you are seeing FriendsViewController class successfully with the exact UITableViewcontroller subclass. I don't know why is that not displaying in UITableViewController subclass view controller in my project. Any suggestions please?