Re: NSMatrix with different size cells?
Re: NSMatrix with different size cells?
- Subject: Re: NSMatrix with different size cells?
- From: Scott Stevenson <email@hidden>
- Date: Tue, 13 Mar 2007 02:04:06 -0700
On Mar 13, 2007, at 12:56 AM, Scott Andrew wrote:
Can an NSMatrix class have different size cells? I am trying to
draw various Images with different width and heights and would like
them to appear an equal distance apart.
Although it may seem like a good fit based on the name, I think the
use of NSMatrix is trailing off a bit. If you're not dealing with
many images, you can make NSImageViews as subviews of a containing view.
Another option is to just use light references to the images and draw
them individually. You might look at MUPhotoView as a blueprint (or
just use it as-is):
http://blakeseely.com/downloads.html
- Scott
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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