更改字体按钮swift

时间:2018-03-23 09:05:04

标签: ios swift uibutton

在我的操场上我需要更改按钮中的文字字体,我该怎么办?这是我在操场上声明按钮的代码

let button = UIButton(frame: CGRect(x: 0, y: 0, width: 375, height: 133.4))
    button.backgroundColor = UIColor.red
    button.setTitle("Test", for: .normal)

1 个答案:

答案 0 :(得分:-1)

@GET("/api/data") Observable<APIResponse> getData( @Body ReferralRequestBody referralrequestbody);