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

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -