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.
UIButtonにスケーリングアニメーションを適用したい。ユーザーが画面の上部にあるボタンをドラッグするとスケーリングが減少し、画面にドラッグダウンするとUIButtonが増加します。
前もって感謝します。
CGAffineTransformを見てください。ドラッグコードでは、ビューのy座標に基づいてスケールを設定するだけです。