in my application I’m going to need to convert a path to its point representation. So I’m going to have tons of points. I need to add all those integers to an NSArray. I’ll then iterate through that array and use those points to place my objects on the screen. How can I add those points (probably X and Y parts seperately) to an NSArray?
Share
best way to add points in an array is
where point is of type CGPoint.
while fetching you can fetch the CGPoint as