When inserting a UIImageView (which is masked by setting the MaskView
property) the line that was drawn before also becomes masked.
The lines were first drawn animated using a UIBezierPath
CAShapeLayer
and CABasicAnimation
Is there a way to keep the lines drawn or do I have to draw them again?