I\'d like to do an action if someone touches a predeclared UILabel, something like:
UILabel
if (label is touched) { my actions; }
You need to make sure userinteractionenabled is set to YES and then you can override the touchesBegan:withEvent:
touchesBegan:withEvent: