views:

76

answers:

2

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

+1  A: 

You don't say what problem you're seeing but in general you're probably better off using NSStringFromCGPoint and CFPointFromString to store and retrieve the points.

TechZen
A: 

Dear i have solved the problem Thanks for your early response thanks Umer Sufyan

umer sufyan