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.
CALayerでCGPathを描画したいのですが、CALayerでCGPathをレンダリングすると、常にメインUIViewで描画されます。CALayerでCGPathを描画する方法を教えてください。
CALayerでパスを描画しようとすると、次のようになります。
画像: http: //www.freeimagehosting.net/h1k7e
CAShapeLayer とその 'path' プロパティを使用して、CGPath を CALayer に描画します。
https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CAShapeLayer_class/Reference/Reference.html#//apple_ref/occ/instp/CAShapeLayer/path
このサイトをチェックしてください。http://www.ifans.com/forums/threads/tutorial-drawing-to-the-screen.132024/