2017年11月17日

Xcode9学习笔记59 - UIView视图的动画块(翻转动画)

摘要: override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. let rect = CGRect(x: 58, y: 40, width: 200, heig... 阅读全文

posted @ 2017-11-17 07:11 业余极客 阅读(212) 评论(0) 推荐(0) 编辑

Xcode9学习笔记58 - 使用CATransaction Push制作动画(从左往右飘进图片)

摘要: override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. let rect = CGRect(x: 0, y: 0, width: 499, height... 阅读全文

posted @ 2017-11-17 06:43 业余极客 阅读(304) 评论(0) 推荐(0) 编辑

导航