开发者

On disabling UIButton, it hides

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜