Delete a drawn CGPoint in a View iOS swift || Delete CGPoint in an imageVIew

 Solution:

You cannot remove the points from the view.Instead of that you can redraw or re-initialize the view.

You cannot be delete the drawn image in that.Because it was set as like image view background.So you cannot be clear.You must be re initiate it.


Comments