2017年11月15日

Xcode9学习笔记54 - 使用CATransaction Reveal制作动画

摘要: 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-15 07:35 业余极客 阅读(238) 评论(0) 推荐(0) 编辑

Xcode9学习笔记53 - 遍历系统提供的所有滤镜

摘要: import UIKit import CoreImage class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() //获得系统内置滤镜的名称,并将滤镜名称放置在数组里 let builtInFilters = C... 阅读全文

posted @ 2017-11-15 06:56 业余极客 阅读(178) 评论(0) 推荐(0) 编辑

导航