我使用AppCoda的教程将SWRevealViewController实现到我的swift项目中。教程中的一切都有效!但是,有一个我不知道如何解决的错误:
我可以浏览连接到我的SideBarTableView的页面,但是如果我从SideBar转到页面A,而从页面A转到页面B(它只使用segues连接到A)然后从Page返回B直接返回到页面A,侧栏不再滑出。
有没有办法重新初始化所有的揭秘容器,而不会将所有的东西都反过来?
请帮忙!
答案 0 :(得分:0)
I don't think there's a way to initialize it, but I met the same problem as you and what I did is just segue from Page B to the SWRevealViewController instead of SideBar or Page A in your case. And then the sidebar always works.