I am using double[] instead of NSArray. Would anyone know how to encode it for archiving
+1
A:
Two options come to mind:
- Convert it into an
NSArray
ofNSNumber
objects. - Shoehorn it into an
NSValue
orNSData
object.
Dave DeLong
2010-03-31 01:27:44