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 (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