更改UIButton标题没有淡入淡出效果或动画?

时间:2015-12-09 00:15:24

标签: ios swift uibutton

我有一个按钮,其中包含不同的标题,具体取决于应用的具体情况。问题是,每次更改都会发生不需要的动画。我使用下一行代码更改它:

self.nextLevelButton.setTitle("Next Level", forState: UIControlState.Normal)

我试过了:

self.nextLevelButton.layoutifneeded() 

uiview.setAnimaionsEnabled(false)
self.nextLevelButton.setTitle("Next Level", forState: UIControlState.Normal)
uiview.setAnimaionsEnabled(true)

以上都不起作用。

0 个答案:

没有答案