Re: Large layers in Core Animation

2009-02-18 Thread David Duncan
On Feb 18, 2009, at 4:19 PM, Sean McBride wrote: See: "Layer Size Limits and Tiled Layers" -> "On most current graphics hardware the effective limit is 2046x2046 pixels" This is mostly true. Layers with content are certainly limite

Re: Large layers in Core Animation

2009-02-18 Thread Sean McBride
On 2/18/09 11:40 AM, bn...@mac.com said: >I'm writing an application that requires a large scrollable view >(about 500 x 8000) to display an appointments diary with lots of >entries. I had a satisfactory version working using traditional cocoa >objects but performance was a bit sluggish so I'd lik