iOS 从一个位置到另一个位置对视图进行动画处理。
示例
目标C
CABasicAnimation *animation = [CABasicAnimation animationWithKeyPath:@"position.x"];
animation.fromValue = @0;
animation.toValue = @320;
animation.duration = 1;
[_label.layer addAnimation:animation forKey:@"basic"];迅速
let animation = CABasicAnimation(keyPath: "position.x") animation.fromValue = NSNumber(value: 0.0) animation.toValue = NSNumber(value: 320.0) _label.layer.addAnimation(animation, forKey: "basic")
视图将水平从0移到320。如果要将视图垂直移动,只需像这样替换键路径:
"position.y"
热门推荐
7 简短的二胎祝福语
10 简短霸气女儿生日 祝福语
11 祝福语高考小众诗句简短
12 元旦祝福语20秒简短
13 老师过年祝福语大全 简短
14 一生祝福语简短
15 产检祝福语简短霸气
16 朋友店开张祝福语简短
17 生日爱情祝福语大全简短
18 朋友女儿生日祝福语 简短