Re: Cocoa equivalent to Quartz's CGImageCreateWithImageInRect(image, imageRect);
Re: Cocoa equivalent to Quartz's CGImageCreateWithImageInRect(image, imageRect);
- Subject: Re: Cocoa equivalent to Quartz's CGImageCreateWithImageInRect(image, imageRect);
- From: Kyle Sluder <email@hidden>
- Date: Sun, 14 Jun 2009 01:02:49 -0700
Are you looking for Cocoa solutions as well, or only Cocoa Touch? The
typical way to do this on desktop (Cocoa) is to use an NSScrollView
(with NSClipView). On Cocoa Touch, I hear people often use a
CATiledLayer, but as I'm not an iPhone dev there might be better
solutions available for your specific needs. Although from what I've
gathered you're often thunking down to Quartz on the phone anyway.
--Kyle Sluder
_______________________________________________
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