Re: iPhoto like zooming
Re: iPhoto like zooming
- Subject: Re: iPhoto like zooming
- From: email@hidden
- Date: Tue, 20 Jun 2006 11:52:09 -0700
Kishore,
In my tests, NSMatrix was NOT a viable option for this - it was
difficult for the matrix to fill the view properly and to redraw
itself nicely if the rows and column numbers were changing, and
especially if the cell content itself was changing. I don't think
NSMatrix was geared toward doing something this dynamic - with
constant changes both of the view itself and of the objects inside it.
Instead, the best solution I found was to create a basic custom view
and do all the drawing and grid management yourself. It sounds like a
lot of work, but it really was the best performing option I could find.
Give MUPhotoView a shot - it's at the link below. There's a couple
bugs that need fixing - drop me an email if you want the details.
-Blake
On Jun 20, 2006, at 9:30 AM, Mike Zornek wrote:
On 6/19/06 7:44 PM, "email@hidden" <email@hidden> wrote:
I'm trying to implement iPhoto like thumbnail display using
NSMatrix. Now I've to implement smooth zooming like iPhoto.
You might want to check out this open source view:
http://blakeseely.com/blog/archives/2006/04/17/muphotoview-10/
~ Mike
--
Work: http://ClickableBliss.com
Play: http://MikeZornek.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40mac.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden