Swift 使禁用的 UIButton 不透明

问题描述 投票:0回答:0

这是我的应用程序中一个 UIButton 的三种状态。当 isEnabled = false 时,我希望背景图像具有与第二张图片相同的不透明度。怎么做?我试过

addPhotoButton.alpha = 1
,但没用

swift uibutton
© www.soinside.com 2019 - 2024. All rights reserved.