How to transform UIBezierPath with UITouch
问题 i am trying to change the shape of UIBezierPath that i have created like in this tutorial: [https://www.appcoda.com/bezier-paths-introduction/] thats my code: class Geometry: UIView { //var path: UIBezierPath! var path = UIBezierPath() override func draw(_ rect: CGRect) { createLine(x: 100, y: 100) } override init(frame: CGRect) { super.init(frame: frame) self.backgroundColor = UIColor.white } required init?(coder aDecoder: NSCoder) { super.init(coder: aDecoder) } func transformShape(x