How to sort filenames correctly like Finder in objective-c

Posted by Amit on Stack Overflow See other posts from Stack Overflow or by Amit
Published on 2010-04-26T07:16:07Z Indexed on 2010/04/26 7:23 UTC
Read the original article Hit count: 253

I am binding NStableView with NSMutableArray contiaining filenames and other file details. Simple biniding and sorting with compare: is not properly sorting file names like finder. Please let me know if i need to define custom selector for sorting filenames and how?

© Stack Overflow or respective owner

Related posts about nsmutablearray

Related posts about nstableview