How to realize long press and drag control in iOS
In the development process, sometimes the standard controls of UIKit can't meet our needs. For example, if you need a control that allows users to easily select an angle value between 0 and 360, you need to customize the control according to your own needs. For the control of selecting the angle value, you can create a circular slider, and the user can drag his hand.