In CABasicAnimation.fromValue I want to convert a CGPoint to a \"class\" so I used NSValue valueWithPoint but in device m
CABasicAnimation.fromValue
CGPoint
NSValue
valueWithPoint
There is a UIKit addition to NSValue that defines a function
UIKit
+ (NSValue *)valueWithCGPoint:(CGPoint)point
See iPhone doc