gpt4 book ai didi

iphone - 如何滚动包含 UIView 的 UIScrollView?

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

UIView * blueView = [[UIView alloc] initWithFrame:CGRectMake(10, 10, 100, 100)];
blueView.backgroundColor = [UIColor blueColor];
[scrollView addSubview:blueView];
scrollView.contentSize = CGSizeMake(1500, 2000);

我可以在大部分 scrollView 中拖动滚动,但在 blueView 中开始触摸时拖动不起作用。

在 UIView(本例中为 blueView)中开始的触摸如何滚动 UIScrollView?

blueView不是first responder,blueView的next responder是scrollView等

看起来很基础,但我现在卡住了一段时间。我错过了什么?谢谢。

最佳答案

尝试设置 blueView.userInteractionEnabled = NO

关于iphone - 如何滚动包含 UIView 的 UIScrollView?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5185383/

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