gpt4 book ai didi

ios - 如何解锁 UIScrollViewDelegate 中的平移和捏合事件?

转载 作者:行者123 更新时间:2023-11-29 04:05:24 25 4
gpt4 key购买 nike

我有一个 UIView,它有一个 UIScrollView subview ,并且是一个 UIScrollViewDelegate。自从我实现了 viewForZoomingInScrollView 后,我就不再获取 UIView 的平移和捏合事件了。

如何取回这些事件?

最佳答案

尝试将委托(delegate)添加到实现的手势识别器中

- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer {
return YES;
}

关于ios - 如何解锁 UIScrollViewDelegate 中的平移和捏合事件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15345964/

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