gpt4 book ai didi

ios - SWRevealViewController开启方法

转载 作者:行者123 更新时间:2023-11-29 01:16:45 25 4
gpt4 key购买 nike

我目前正在使用 SWRevealViewController有一个左侧菜单。

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

最佳答案

看看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;

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

关于ios - SWRevealViewController开启方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35090986/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com