I'm an iOS developer. I recently started my Mac project, but I found that unlike UITableViewCell, which is a subclass of UIView, the cell of NSTableView is NSCell, and I even can't create it in IB. I wonder if there are some easy ways to create subclass like NSTextFieldCell to put it into the NSTableView.

Any help would be appreciated! Thanks!

link|improve this question

69% accept rate
1  
what do you mean you can't create it in interface builder? Just make a custom cell and drag it into a table view. – Rich Feb 3 '11 at 14:57
Have a look at my approach to use a subview. – JJD May 5 '11 at 10:30
feedback

1 Answer

up vote 0 down vote accepted

Have a look at the open source PXListView class on Github

This has a PXListViewCell that you can use as an example.

link|improve this answer
Thank you so much for this! PXListView is awesome! – nonamelive Feb 4 '11 at 14:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.