Hello,
I move a UIImageView with touchesbegan, touchesmoved, touchesended. It works well, but is the touches get also applied to other UIImageViews, laying around.
How do I lock touching activity while moving the UIImageView? I've tried this with a Boolean Value, but it hasn't worked, because touchesmoved get called every time the UIImageView moves, not only one time.
Regards