感觉这个问题很新手,希望大家别嘲讽,给点意见
按照https://github.com/romaonthego/RESideMenu 上面的指导添加了两个view controller, 但是点击某一个view controller的时候进人的是root view controller的view, 已经设置好了identifier,还差哪里不对呢?
效果如下,
有四个view controller, 为了区分我把background颜色改了,当我点击第三个feedback和第四个about的时候都只显示第一个problem的白色view,应该是要显示黑色的第三个view的啊
有没有什么办法解决?
自己已经查过了identifier, storyid, classname,代码里面delegate等等,都没办法找到问题。


