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を避けたいと思います。
UIViewオブジェクトの交差に使用する特定の関数またはプロパティはありますか?
以下を使用できます。
CGRectContainsPoint CGRectContainsRect
ビューまたはポイントの境界が重なっているかどうかを判断します。