This is an example of how to create a triangle using CGPath, you only have to put the points. var path = CGPathCreateMutable() CGPathMoveToPoint(path, ...
確定! 回上一頁