SVRevealViewController从顶部布局指南执行错误的偏移

时间:2016-06-25 08:00:47

标签: ios swift swrevealviewcontroller

我的左上角有一个简单的SearchViewController菜单按钮。

使用SVRevealViewController我自动设置前视图控制器。

enter image description here

它的工作原理如下:

enter image description here

但稍后在这个控制器的动作中我再次使用这样的控制器加载这个控制器:

revealViewController().setFrontViewController(UIStoryboard(name: "Search", bundle: nil).instantiateInitialViewController(), animated: true)

然后看起来如下:

enter image description here

这是错误的。为什么会这样?

我的 Search.storyboard PageViewController,有两种类型的网页。首先是我的SearchViewController

enter image description here

1 个答案:

答案 0 :(得分:1)

只需使用pushFrontViewController代替setFrontViewController