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
In Swift, you can change a value like this:
var pointValueare = CGPointMake(30,30) NSValue(CGPoint: pointValueare)