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?
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?