Is there a touch method for UILabel?

Viewed 22202

I'd like to do an action if someone touches a predeclared UILabel, something like:

if (label is touched) {
    my actions;
}

Is there a method/way to do that?

5 Answers
Related