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.
在 iOS 中,我们使用 UIView 动画块来对任何控件的属性进行更改,并且会发生平滑过渡。
当 UIButtons 的不同状态的图像发生变化时,是否有可能实现这一点?我现在能想到的是手动更改动画块中的图像或状态。
在界面构建器级别是否有更简单的方法,或者可能在代码级别,以便我不必这样做?
查看此 Stackoverflow 答案 链接
我会像在这个答案中那样子类化 UIButton ,所以你只需要编写一次代码。