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

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift