SWRevealViewController 打开方法

Posted

技术标签:

【中文标题】SWRevealViewController 打开方法【英文标题】:SWRevealViewController opening method 【发布时间】:2016-01-29 17:55:43 【问题描述】:

我目前正在使用SWRevealViewController 来获得左侧菜单。

我想知道用户何时通过拖动显示/关闭它,但我找不到任何方法来执行该操作。

【问题讨论】:

【参考方案1】:

看看SWRevealViewControllerDelegate中的这两个方法:

// The following delegate methods will be called before and after the front view moves to a position
- (void)revealController:(SWRevealViewController *)revealController willMoveToPosition:(FrontViewPosition)position;
- (void)revealController:(SWRevealViewController *)revealController didMoveToPosition:(FrontViewPosition)position;

这些应该提供足够的信息来确定用户何时开始打开或关闭菜单,以及交互何时结束。

【讨论】:

以上是关于SWRevealViewController 打开方法的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 swrevealviewcontroller 打开菜单启动应用程序?

如何以横向自动打开 SWRevealViewController 侧面板

iOS:SWRevealViewController 打开没有导航栏的 WebView 控件

swrevealviewcontroller 在侧边菜单打开/关闭时更改切换按钮图像?

具有实用视图的 SWRevealViewController

SWRevealViewController 菜单打开时模糊 FontView