Re: Some questions/problems regarding CALayers

2009-12-01 Thread Matt Neuburg
On Tue, 1 Dec 2009 03:35:57 +0200, Henri H?kkinen said: >Hello. > >I'm trying to implement my custom NSView derived class to draw a chessboard with chess pieces on it. I'm using Core Animation's CALayer classes since I want to use animation with other effects later on. > >Currently I have have Boa

Some questions/problems regarding CALayers

2009-11-30 Thread Henri Häkkinen
Hello. I'm trying to implement my custom NSView derived class to draw a chessboard with chess pieces on it. I'm using Core Animation's CALayer classes since I want to use animation with other effects later on. Currently I have have Board and Piece classes, which both derive from CALayer. Board