Is there a way to put a scalar type like CGPoint (or any custom creation) into an NSArray?
3 answers
You can put the CGPoint value into an NSValue object. It is documented in the NSValue UIKit add-ons reference .
+1
a source to share