CALayer drawing delay

2009-08-27 Thread Ivy Feraco
I am using CALayers and a delegate to provide content with the method - (void)drawLayer:(CALayer *)theLayer inContext:(CGContextRef)theContext in the method I use CGImage to draw .png bitmaps of numerals that count up from 0. The .pngs all have transparency. Everything works, the

Re: CALayer drawing delay

2009-08-27 Thread David Duncan
On Aug 27, 2009, at 3:28 PM, Ivy Feraco wrote: in the method I use CGImage to draw .png bitmaps of numerals that count up from 0. The .pngs all have transparency. Everything works, the counter changes count, but as it changes you can see a slight transition between the two digits. It

Re: CALayer drawing delay

2009-08-27 Thread David Duncan
On Aug 27, 2009, at 3:58 PM, David Duncan wrote: By default when the contents of an animation change contents of a layer change, sorry for any confusion... -- David Duncan Apple DTS Animation and Printing ___ Cocoa-dev mailing list