I have trouble with deleting all of layer\'s sublayers. I currently do this manually, but that brings unnecessary clutter. I found many topics about this in google, but no a
Swift (short version):
layer.sublayers?.forEach { $0.removeFromSuperlayer() }