Hi, In UIControlSate enum, there is 16 bits that can be used for custom control states. The problem is that UIControlState of a control is readonly. Is there a way to set the state of UIControl indirectly? I need this information, because I want to set different background images to my UIButton for custom states...
Thanks for help