How to sort filenames correctly like Finder in objective-c
- by Amit
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?