gpt4 book ai didi

ios - ECSlidingViewController 移除 PanGesture

转载 作者:行者123 更新时间:2023-12-01 16:42:22 26 4
gpt4 key购买 nike

Storyboard中的设置:

NavigationController >> AViewController >> BViewController



我正在使用 ECSlidingViewController 2.0 ,我想删除 BViewController 的 panGesture ,我把代码放在 BViewController-(void)viewWillAppear 下.但是 AVideController还删除了 panGesture。我做错了吗?
[self.navigationController.view removeGestureRecognizer:self.slidingViewController.panGesture];

最佳答案

试试这个:

[self.view removeGestureRecognizer:self.slidingViewController.panGesture];

希望这可以帮助.. :)

关于ios - ECSlidingViewController 移除 PanGesture,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23125525/

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