romaonthego / RESideMenu

iOS 7/8 style side menu with parallax effect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot load left menu when adding a new view controller

stevenlordiam opened this issue · comments

Hi,

I want to add a new row index of the left menu as feedback and I tried what the example did in README. It does load the view controller but the background color is wrong(it actually shows the root view controller color) and when I tried to go back to left menu, the left button in the navigation bar is not responding.

This issue may sound pretty newbie but I am really stuck in it for couple hours.
I posted the code and picture below. Any advice is appreciated, thanks a lot.

I add a new case in DEMOLeftMenuViewController.m

screen shot 2015-08-02 at 02 08 19

create a subclass of RESideMenu as FeedbackViewController.

screen shot 2015-08-02 at 02 08 33

And link FeedbackViewController using push segue in storyboard, its background color is green but it runs in simulator as grey (same as the color of rootViewController)
screen shot 2015-08-02 at 02 09 11

When I go to the FeedbackView, the left button in the navigation bar is not responding when I tried to click it.
screen shot 2015-08-02 at 02 09 37

I found the problem was that: create a subclass of UIViewController instead of RESideMenu. I wrote here in case others have the same issue