Get instant value of a CABasicAnimation
问题 While i'm implementing a game, i'm just front of a matter, whose really easy i think, but don't know how to fix it. I'm a bit new in objective-c as you could see with my reputation :( The problem is, i have an animation, which works correctly. Here is the code : CABasicAnimation * bordgauche = [CABasicAnimation animationWithKeyPath:@"transform.translation.x"]; bordgauche.fromValue = [NSNumber numberWithFloat:0.0f]; bordgauche.toValue = [NSNumber numberWithFloat:749.0f]; bordgauche.duration =