• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Three problems with CATiledLayer on 10.5
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Three problems with CATiledLayer on 10.5


  • Subject: Three problems with CATiledLayer on 10.5
  • From: Gideon King <email@hidden>
  • Date: Sun, 26 Sep 2010 10:58:59 +1000

Hi All, I've run into three fairly basic problems with using CATiledLayer on 10.5. All of these things work fine in 10.6, but unfortunately I have to support 10.5 too. It is a layer hosting view in a scrollview, with a layer that is a CATiledLayer.

1. When my CATiledLayer is 5,000 x 5,000 pixels, it doesn't draw, but at 2,000 x 2,000 it does. In my application, 5,000 x 5,000 would be reasonably common. How do I get it to work with larger sizes like this?

2. I want to do all the drawing in a flipped coordinate space, but if I do either
	[holderLayer setAffineTransform:CGAffineTransformMakeScale(1.0f, -1.0f)];
or
	holderLayer.transform = CATransform3DMakeScale(1.0f, -1.0f, 1.0f);
It stops drawing completely. How do I flip my coordinates?

3. I want to have the center of the coordinates at the center of the layer, so I set the bounds origin to negative half the width/height, but when I do that, my background fill which just fills the bounds doesn't draw, and my tiled image drawn with CGContextDrawTiledImage only draws the image for a brief moment when you scroll the view. How do I move the bounds origin?


Thanks

Gideon





_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Fwd: Drag from Table To View
  • Next by Date: Re: Garbage collection 32 & 64-bit
  • Previous by thread: Re: Class Instance Storage
  • Next by thread: [ANN] AppKiDo 0.985
  • Index(es):
    • Date
    • Thread