Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要通过触摸它们来调整水平滚动视图的内容。在我的滚动视图中,我有一系列图像。我只想水平调整图像宽度。我面临的问题是滚动视图没有检测到 UITouch 事件。有什么方法可以让滚动视图检测到触摸事件。或者,如果有其他方法可以完成此任务。
谢谢
您可以添加UITapGestureRecognizer滚动视图以获取触摸事件。
UITapGestureRecognizer