I use panGestureRecognizer to move imageView..
it can work in the parent view of this imageView.. and can move out of the parent view..
But when it come out of the parent view, the panGestureReconizer cannot work..
it can’t regconize the touch action for the imageView.. I don’t know why…
and i want to find some ways to fix it out..
how to move imageView from parent view to another view….
before, I try to use touchBegan,touchMove.. I meet the same problem….
Use this property
and now use the gesture..Hope it works now