Skip navigation.
 
mlbindings, tables and custom sort selector
FROM : Andreas Mayer
DATE : Thu Jul 20 20:37:42 2006

The discussion at

   http://www.cocoabuilder.com/archive/message/cocoa/2005/5/17/136189

indicates that it should be possible to provide a sort selector 
different from "compare:" via interface builder's attributes pane 
while using bindings.

Unfortunately I can't get this to work. I specified my own sort 
selector (implemented in a category on NSString) but nothing changes; 
sorting is still using "compare:".

Is there something I may have missed? Does this not work after all?


Andreas

Related mailsAuthorDate
mlbindings, tables and custom sort selector Andreas Mayer Jul 20, 20:37
mlRe: bindings, tables and custom sort selector Matt Neuburg Jul 21, 04:10
mlRe: bindings, tables and custom sort selector Andreas Mayer Jul 21, 06:49
mlRe: bindings, tables and custom sort selector Adam Knight Jul 21, 07:24
mlRe: bindings, tables and custom sort selector Andreas Mayer Jul 21, 08:09
mlRe: bindings, tables and custom sort selector Matt Neuburg Jul 21, 17:23