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.
我有一个滚动视图 ( UserInteractionEnabled = No),其中一个图像视图作为其子视图。 我正在为 imageview 分配轻击手势,但即使 imageview 是UserInteractionEnabled因为它的父级(ScrollView)不是,它也不起作用。 我该如何解决这个冲突。
UserInteractionEnabled = No
UserInteractionEnabled
没有理由在滚动视图上禁用用户交互。如果要阻止滚动,请使用scrollEnabled属性禁用它。
scrollEnabled
不要设置scroll view (UserInteractionEnabled = No),因为它将设置为其所有子视图。希望它会奏效。
scroll view (UserInteractionEnabled = No)