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

Popular posts from this blog

How to blink a button iOS swift?

iOS flutter while run to iPhone it had the error - Cannot find type 'PhoneNumberKit' in scope