I'd like to use an NSTableView for displaying a list of disks to the user and I think it would be better to display them a bit differently than the normal NSTableView does. Here is an image as example:
The features I'd like are these:
- Thicker rows (just like this one)
- The nice gradient used for selection, instead of the normal colors
- One image on the left (the drive's icon) and the text on the right (it's name), but using only one column (with a name like "Available Disks")
I am specially reluctant to do the third as I think it will envolve doing my own cell subclass and drawing the text and image myself, which I have NO clue how to do :(
The other ones I reckon they will not be that difficult once someone points me in the right direction...
PS: The image is from Xcode 4 in the preferences.