为什么我在UIcolour中出现此错误?

时间:2016-03-05 04:14:39

标签: swift uibutton uicolor

func changeColor(sender: UIButton) {
    self.view.backgroundColor = UIColor.randomColor()
}
  

生成错误: - Type 'UIColor' has no member 'randomColor'

1 个答案:

答案 0 :(得分:0)

这是因为randomColor上没有方法UIColor方法。

有关可用方法,请参阅UIColor Documentation