Cocoa: Cannot Archive Array of Values Representing CGPoints

Posted by umer sufyan on Stack Overflow See other posts from Stack Overflow or by umer sufyan
Published on 2010-03-22T10:52:39Z Indexed on 2010/03/22 12:11 UTC
Read the original article Hit count: 365

Filed under:
|
|

Hey guys,

I have converted CGPoint To NSValue and put all the resulting values in q NSArray but when i use [NSKeyedArchiver archiveRootObject:ArrayName toFile:PointArrayFile]; it gives me error.

If some one know please do help me how can I achieve this ...

Thanks Umer Sufyan

© Stack Overflow or respective owner

Related posts about nsarray

Related posts about cocoa