2

CALayerでCGPathを描画したいのですが、CALayerでCGPathをレンダリングすると、常にメインUIViewで描画されます。CALayerでCGPathを描画する方法を教えてください。

CALayerでパスを描画しようとすると、次のようになります。

画像: http: //www.freeimagehosting.net/h1k7e

4

2 に答える 2

6

CAShapeLayer とその 'path' プロパティを使用して、CGPath を CALayer に描画します。

https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CAShapeLayer_class/Reference/Reference.html#//apple_ref/occ/instp/CAShapeLayer/path

于 2012-08-02T09:30:19.550 に答える
2

このサイトをチェックしてください。http://www.ifans.com/forums/threads/tutorial-drawing-to-the-screen.132024/

于 2012-08-02T07:27:53.207 に答える