D davbeck macrumors regular Original poster May 16, 2008 104 0 Reno, NV Oct 19, 2009 #1 is there any support for math in a binding display path? I would like to format NSTimeInterval as M:SS.
is there any support for math in a binding display path? I would like to format NSTimeInterval as M:SS.
L larkost macrumors 6502a Oct 13, 2007 534 1 Oct 19, 2009 #2 You can probably do what you want by letting the text field do the work. You just need to add a custom class of NSFormatter to the field.
You can probably do what you want by letting the text field do the work. You just need to add a custom class of NSFormatter to the field.
D davbeck macrumors regular Original poster May 16, 2008 104 0 Reno, NV Oct 19, 2009 #3 Oh yeah I forgot about NSFormatter. I haven't used that since I first read Hillegass' book.