The iPhone has the UITableView for displaying lists and information, what is the best way to display the same开发者_如何学运维 type of lists using Cocoa for an OSX application? I'm trying to convert one of my iPhone apps to the desktop using Cocoa, but having a hard time finding the same type of list view.
Thanks for any help in advance!
Look at NSTableView.
精彩评论