Step 1) Need to implement a selector to handle the gesture recognizer’s callback
1 2 3 | |
Step 2) Create and assign a gesture recognizer to a UILabel
1 2 | |
Step 3) Important Must make sure setUserInteractionEnabled of the UILabel is set
1
| |
Step 1) Need to implement a selector to handle the gesture recognizer’s callback
1 2 3 | |
Step 2) Create and assign a gesture recognizer to a UILabel
1 2 | |
Step 3) Important Must make sure setUserInteractionEnabled of the UILabel is set
1
| |