2017年11月18日

Xcode9学习笔记62 - 使用UIImageView制作帧动

摘要: override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. var images = [UIImage]()//初始化一个数组,用来存放图... 阅读全文

posted @ 2017-11-18 08:44 业余极客 阅读(354) 评论(0) 推荐(0) 编辑

Xcode9学习笔记61 - 检测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-18 07:20 业余极客 阅读(475) 评论(0) 推荐(0) 编辑

Xcode9学习笔记60 - 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-18 07:05 业余极客 阅读(236) 评论(0) 推荐(0) 编辑

导航