I have an NSTableView that is populating with my data source.
My data model has a URL to an image.
I would like to display an image next to some text in every cell of my NSTableView. Basically like a twitter client, image on the left, with some text on the right.
I am not sure how to do this Cocoa? I am familiar with the process in Cocoa-Touch (by subclassing UITableViewCell).