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.
我在 ScrollView 中有 6 个 UIView,并使用 panGestureRecognizer 对象将它们移动到 ScrollView 中。我想在移动到重叠时避免每个 UIView。
是否有我们用于 UIView 对象的交集的特定函数或属性?
您可以使用:
CGRectContainsPoint CGRectContainsRect
确定视图或点的边界是否重叠。