Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CGMutablePathRefからすべてのパスを削除して、明確なパスを取得する方法はありますか?
パスを使用して描画していますが、再利用できるように空にしたいですか?
私はそうは思いません。それをリリースして新しいものを作成してください - とにかく速いはずです。
CGPathRelease(pathref); pathref = CGPathCreateMutable();