Re: How to show items in a list ,grid or coverflow?
Re: How to show items in a list ,grid or coverflow?
- Subject: Re: How to show items in a list ,grid or coverflow?
- From: Graham Cox <email@hidden>
- Date: Thu, 23 Apr 2009 13:02:06 +1000
On 23/04/2009, at 12:36 PM, Bright wrote:
In my App's tableview, I want to show the items in a list ,grid or
coverflow.
which APIs should I to call?Could anybody tell me?
Tks very much.
Your question is too broad. Break it down.
Basically, each representation of the data is a separate view, then
you switch the currently visible view according to the view mode.
There are several equally valid ways to do that.
Each view is a separate NSView subclass. There are many equally valid
ways to implement each of those.
APIs? Try NSView for starters.
--Graham
_______________________________________________
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