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.
Objective-C では、UIView でアニメーションが開始されると、タッチ操作は受け入れられません。どうすればこれを処理できますか?
UIViewAnimationOptionAllowUserInteraction をメソッド animateWithDuration:delay:options:animations:completion のオプション パラメータとして使用します。
UIViewAnimationOptions