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 里面有一个图像,我想在你每次点击时旋转图像。我怎样才能做到这一点?我在想,每次你点击里面时,我都可以使用带有不同图像的条件。有没有旋转图像的方法?
您可以转换图像的矩阵。我将从使用 UIView animateWithDuration 开始。
见 CGAffineTransformMakeRotation