https://github.com/malkouz/MKMagneticProgress/blob/87a1609412663ba6b91a51cae35084f2b81a3693/MKMagneticProgress/Classes/MKMagneticProgress.swift#L18 public func style() -> CAShapeLayerLineCap { switch self { case .round: return CAShapeLayerLineCap.round case .butt: return CAShapeLayerLineCap.butt case .square: return CAShapeLayerLineCap.square } }