buttonWithType'不可用:使用对象构造'UIButton(类型:)

时间:2017-05-25 08:16:22

标签: ios swift swift3 uibutton

我有一个较旧版本的Swift并试图这样做:

let button = UIButton.buttonWithType(UIButtonType.detailDisclosure) as UIButton

但是得到错误

  

buttonWithType'不可用:使用对象构造'UIButton(type:)

我该如何解决这个问题?我正在使用Swift 3。

1 个答案:

答案 0 :(得分:1)

对于Swift 3,语法如下:

{{1}}