标签: ios uibutton
如果我拨打UIButton:setImage:forState,我的按钮的标题文字就会消失(通过UIButton:setTitle:forState设置)。
UIButton:setImage:forState
UIButton:setTitle:forState
如果我不致电setImage:forState,那么标题就会完美显示。
setImage:forState
如果我在界面构建器中设置按钮图像,那么标题会出现,那么为什么以编程方式设置图像会导致标题消失?
答案 0 :(得分:4)
您应该拨打setImage:forState:。
setImage:forState:
setBackgroundImage:forState: