Is it possible to create a UIControlEvents
variable from a NSString
or similar? So for example, I might have a NSString
that is called UIControlEventTouchUpInside
which is the same as one of the typedefs for the UIControlEvents
variable.
Thanks for all help!
If I understand how this works correctly, UIControlEvents are enumerated as follows:
So once again, this is if I'm understanding this correctly so correct me if I'm wrong, but you should be able to make a variable integer and pass it to the control event like so:
See this link for explanation of Bitwise Shift Left