Hi i am making a custom UIButton which have images for UIControlStateNormal and UIControlStateSelected. But when i set [myBtn setEnabled:No]; it changes back to UIControlStateNormal state instead of disabling at selected state. How can i keep the current state of button and disable it?
6
votes
Just Checking it in my case it should work thanks and will mark your answer right as soon as i test it :)
- Hassy
3 Answers
3
votes