I want to put several dynamically drawn polygon in a UIView and make each of such polygon draggable. Should I put each dynamically drawn polygon in a subview and add that to a UIView (Which seems is not possible as one UIView can only display one subview) or should I draw each polygon in different CALayer and cascade the touch event to each layer ?
Please advice.
Thanks Alfie