Converting a CGPoint to NSValue

CiNN picture CiNN · Apr 21, 2009 · Viewed 21.5k times · Source

In CABasicAnimation.fromValue I want to convert a CGPoint to a "class" so I used NSValue valueWithPoint but in device mode or simulator one is not working... need to use NSMakePoint or CGPointMake if in device or simulator.

Answer

ashcatch picture ashcatch · Apr 21, 2009

There is a UIKit addition to NSValue that defines a function

+ (NSValue *)valueWithCGPoint:(CGPoint)point

See iPhone doc