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.
以下のスクリーンショットのように、AngryBirds レベルのような複数の UIView 間で左右にスライドするジェスチャを実装する最も簡単な方法が必要です。
あなたの最善の策は、おそらくスライドジェスチャを使用しないことUIScrollViewです.contentSize.widthframe.size.widthpagingEnabled = YESclipsToBounds = NO
UIScrollView
contentSize.width
frame.size.width
pagingEnabled = YES
clipsToBounds = NO