Parmanoir

Listing OSX lists

When drawing a list, table and outline views are a nice start but every pretty view is custom drawn :
  • CoverFlow in iTunes
  • Album and Photo list in iPhoto
  • Items in Delicious Library

When creating a list, we should consider :

  • Selection can we select multiple items, do we enable keyboard selection and if so, how does it grow ?
  • Controls Safari shows a progress bar and a clickable cancel/reveal button for each downloaded item.
  • Accessibility the list should be usable by most, Accessibility Inspector lets us check that.

Image:Being accessible.png

And now a list detailing some OSX lists, all coming from Apple :

Image:Osx lists.png

There does not seem to be an official standard for selection, which will grow any way it pleases. Daring Fireball talked about anchored selection in Cocoa table views. Cocoa collection views still dwell in yore. Delicious Library's item list selects in a way I don't understand.

I stress selection because I've spent most of my computing life on Windows where selection is anchored. I bought TextMate for one reason : selection actually works ! Bundles ? What bundles ? Don't care about bundles. Selection works !

Therefore to implement a custom list :

  • Selection implement ourselves. Anchored, please !
  • Controls to host a live control, the best way seems to do like Safari : each row is one instance of a custom NSView.
  • Accessibility implement ourselves.


Follow me on Twitter
Planet Cocoa
Cocoa.fr

2011 02 22Distance field
2010 07 202Binding through NSApp
2010 05 122Forwarding invocations
2010 02 272Core Image black fringes
2010 02 21Quickest Way to Shell
2010 02 08Who's calling ?
2009 09 2138 ways to use Blocks in Snow Leopard
2009 08 182Bracket Mess
2009 08 124Taming JavascriptCore within and without WebView
2009 04 15Debugging with Activity Monitor
2009 03 25How Core Image Color Tracking works
2009 03 1510Custom NSThemeFrame
2009 03 10Which framework is running ?
2009 03 074CoreUI can paint pretty big
2009 02 18Localization with functions
2009 01 30Did you forget to nest alloc and init?
2009 01 16JSCocoa on the iPhone
2009 01 11Mixing WebView and JavascriptCore
2009 01 09Badge overflow
2009 01 09Find your Garbage Collection leaks with Instruments

Powered by MediaWiki