Dhvani19
Results
1
comments of
Dhvani19
While circle and imageView is added to view just remove both from superview. it works for me! func setupCircle(_ width: Float) { circle?.removeFromSuperview() // ->> Add this line circle =...