On 11/08/2011, at 7:46 AM, Nial Giacomelli wrote:

> I have a number of NSImages that I'm rendering in a custom NSView subclass.
> I'm looking to enlarge theses images as and when the user places their mouse
> over them and am wondering about the best way to go about doing this.
> 
> Currently I'm using the NSView's drawRect: method to composite the images,
> but also free to render them via NSImageView instances, if that will make
> things easier. My initial instinct was to setup NSTrackingArea's for each
> NSImage instance but wanted to ensure I wasn't missing something obvious.


I'd look into CALayer - performing the enlargement is trivial and it will 
animate the effect for free.

--Graham


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to