Pinch, drag and pan at the same time
问题 I have a label on the UIImageView as below. The label is draggable, pan-able and pinch-able. However I can only do one gesture at a time. For example, I want to drag the label while I'm pinching it like in texts on images in Snapchat and Whatsapp. My functions are as below. As I searched, I think I should create a custom gesture recognizer but I don't know how. Is there any way I can do it without creating a custom recognizer? I got help from this post while doing this: Snapchat-like text on