我试过了:
[myWKButton.titleLabel setTextAlignment: NSTextAlignmentCenter];
我收到错误:
在wkinterfacebutton类型的对象上找不到属性titlelabel
我该如何做到这一点?
答案 0 :(得分:1)
WKInterfaceButton class没有def invite_params
params.require(:invite)
end
属性,这就是您收到此错误的原因。要设置标题的对齐方式,请使用其Invites
属性。
titleLabel