mzgreen
UIView
Kurt Renzo Acosta
draw
override func draw(_ rect: CGRect) { if let context = UIGraphicsGetCurrentContext() { context.addEllipse(in: rect) context.setFillColor(UIColor.blue.cgColor) context.fillPath() } }
UIGraphicsGetCurrentContext
addEllipse
A modern programming language that makes developers happier.