Elegant fix.
One question: in this fix, would [dict allKeys] be called once for each loop? If so, then maybe more efficient to assign [dict allKeys] to a local NSArray* first?
Thanks! -- Erik van der Neut
Elegant fix.
One question: in this fix, would [dict allKeys] be called once for each loop? If so, then maybe more efficient to assign [dict allKeys] to a local NSArray* first?
Thanks!
-- Erik van der Neut