I\'d like to do an action if someone touches a predeclared UILabel, something like:
UILabel
if (label is touched) { my actions; }
By default, UILabel isn't configured to accept touch input. However, if you use a UIButton instead and set it to have a custom appearance, you can make it look like a (single-line) label and have it respond to touch events.
UIButton