iOS中的自定义按钮和状态

时间:2013-11-05 04:34:22

标签: ios image uibutton state

对于已向Apple Store提交应用的用户,这是一个问题:对于自定义UIButton您要设置图片或背景,是否需要为每个按钮状态设置一个?有时我只为正常状态设置一个按钮图像,然后系统在点击按钮时会弹出一个默认突出显示,但我看到在Xcode的控制台中有时会出现一些消息,说某些按钮的状态未设置...

谢谢!

编辑。控制台中的消息类似于:

button text attributes only respected for UIControlStateNormal, UIControlStateHighlighted and UIControlStateDisabled. state = 4 is interpreted as UIControlStateHighlighted.

1 个答案:

答案 0 :(得分:1)

否 - 在您的UIButton上调用setImage:forState只是可选的。只在你认为合适时这样做。