gpt4 book ai didi

ios - UIscrollView 中的 UILabel 无法识别 UISwipegesture

转载 作者:行者123 更新时间:2023-11-29 12:44:51 36 4
gpt4 key购买 nike

code:
lblQuestion = [[UILabel alloc]initWithFrame:CGRectMake(23, intQuesPos, 280, 100)];
lblQuestion.numberOfLines = 0;
UISwipeGestureRecognizer *topGesture = [[UISwipeGestureRecognizer alloc]initWithTarget:self action:@selector(swipeToptoBottom)];
[topGesture setDirection:UISwipeGestureRecognizerDirectionDown];
[lblQuestion addGestureRecognizer:topGesture];
[scrollQuestion addSubview:lblQuestion];
[vwQuestion addSubview:scrollQuestion];

我在 UIScrollView 中有 UILabel 并将 UISwipegesture 添加到 UILabel。当我向下滑动时,只检测到 UISCrollView

我们将不胜感激。

提前致谢

最佳答案

使标签的 userInteractionEnabled 为真

    lblQuestion.userInteractionEnabled=YES;

关于ios - UIscrollView 中的 UILabel 无法识别 UISwipegesture,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23903469/

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