gpt4 book ai didi

ios - UIScrollView 检测点击

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:53:07 26 4
gpt4 key购买 nike

我有一个 UIScrollView,我需要在其中滚动。同时,我需要检测 ScrollView 上的点击。我怎样才能做到这一点?

我已经尝试过将 TapGestureRecognizer 添加到 View 中,但没有成功。还尝试了几种使用 UIScrollViewDelegate 方法的方法。

UIScrollView 内部有 MPMoviePlayerController View 。

我用下面的代码添加了reconigzer

UITapGestureRecognizer *singleTap = [[[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(handleTap:)] autorelease];
singleTap.enabled = YES;
singleTap.cancelsTouchesInView = NO;

[scrollView addGestureRecognizer:singleTap];

谢谢。

最佳答案

尝试在 ScrollView 中放置一个 View ,并向其添加手势识别器和其他 View 。

关于ios - UIScrollView 检测点击,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9558066/

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