我正在使用 PKPaymentButton 进行ApplePay集成,但想知道是否可以轻松自定义它。
let applePayButton = PKPaymentButton(type: PKPaymentButtonType.setUp, style: PKPaymentButtonStyle.black)
设置ApplePay后,我想将buttonType更改为.buy,但没有找到解决方案。
默认的ApplePay按钮具有拐角半径。我不喜欢它,并尝试将其删除。因此,我尝试使用层,但是没有用。
applePayButton.layer.cornerRadius = 0
如果可以轻松更改ApplePay按钮属性,请告诉我。
最佳答案
关于ios - iOS Apple Pay-自定义PKPaymentButton,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/40296448/