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;
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;
精彩评论