// iTableView Example Code
23rd December, 2002
I recently had a request for example code on how to use these classes (they can be tricky). I'll be writing a tutorial (with pics) on how to add this subclass to your projects as soon as I can after christmas, but until then have a look at this app.
Download: iTableViewTest.sitx (12 K)
.: Tony
// boomBalada is back
25th August, 2002
It's time to start rebuilding some of the goodness that was here. Less me, more what I'm doing. Until I've made up my mind about what to put here, it's going to be fairly minimal.
First cap off the rank is some cocoa-filled goodness. Included below is a subclassed NSTableView called "iTableView". I haven't (as yet) included any example code, but it's a bit of a no-brainer if you've ever worked with subclassed objects before. Most of the code is based up Bradford Bryant's "ColoredRowTableView" object, but I've added a few new features of my own.
New Features:
- Coloring of rows to reflect the current system preference;
- iTunes style row hightlighting.
Problems:
- There seem to be some problems with resizing in my own test app, but I haven't had a chance to try and trace it down. If you find a problem with the tableView resizing, please let me know.
- Column selection is mucho screwy. Don't use the iTableView if you intend to allow column selection. Fixing this is at the top of my TODO list.
Screenshots:



Download: iTableView.tar.gz (4 K)
.: Tony