我使用CGMutablePath制作简单的图形,如下所示: let path = CGMutablePath() path.move(to: CGPoint(x: x[0], y: y[0])) for i in 1...x.count - 1 ...
確定! 回上一頁