开发者

On disabling UIButton, it hides

开发者 https://www.devze.com 2022-12-24 23:34 出处:网络
I have added a custom UIButto开发者_运维技巧n. I am trying to disable the button,but the button hides. Please helpTry:

I have added a custom UIButto开发者_运维技巧n. I am trying to disable the button,but the button hides. Please help


Try:

myButton.enabled = NO;
myButton.hidden = NO;
0

精彩评论

暂无评论...
验证码 换一张
取 消