Re: UITableView "port" to Mac?
Re: UITableView "port" to Mac?
- Subject: Re: UITableView "port" to Mac?
- From: René v Amerongen <email@hidden>
- Date: Thu, 2 Apr 2009 10:25:07 +0200
Hi
On 2 apr 2009, at 08:46, Seth Pellegrino wrote:
Hello list,
I'm looking for something similar to UITableView for Mac
development. NSCollectionView seems a little like what I'd want,
what is your definition of 'a little like what I'd want'. What do
you need?
but the API on UITableView is much cleaner and easier to use (and
I'm only really interested in a single column rather than a grid).
You can make a subclass of NSCollectionView and then make you api as
clean as you want/need.
I've also looked at stepwise's method for using views as rows in a
NSTableView, but it seems like it would be much cleaner to start
from scratch.
Toward this end, I was wondering if anyone had seen/built such a
class, or (alternately) can tell me why such a class would be a very
bad idea.
Such a (sub)class will only be a good idea if you really need it.
I've done some searching through both Google and the archives, and
haven't been able to find any previous posts on this topic, but my
apologies if it's come up before and I missed it.
_______________________________________________
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