Cocoa: Problem passing a CGPoint with NSNotification and NSDictionary
Try using +[NSValue valueWithCGPoint]
.
I'd use the NSStringFromCGPoint() function to convert it to a string, and then use the CGPointFromString() function to convert it back.
Try using +[NSValue valueWithCGPoint]
.
I'd use the NSStringFromCGPoint() function to convert it to a string, and then use the CGPointFromString() function to convert it back.