swift - UIPanGestureRecognizer not working if the the UIImageView is Scaled too much in iOS -
i have uiimageview , in different gestures uipangesturerecognizer,uipinchgesturerecognizer,uirotationgesturerecognizer etc added.
normally works fine, when view scaled cgaffinetransformscale , uiimageview stops responding pan gesture after limit. still pinch , rotation work on. if uiimageview in scaled backed smaller, uipangesture starts working again.
please if 1 has noticed such behaviour in ios.
Comments
Post a Comment