iOS Drawing Practical UIKit Solutions iOS 绘图基于两个库: 1. UIKit 2. Quartz 2D When to Draw? 如果符合下面4种情况之一,你可以考虑去draw: Creating custom views building images create PDFs building with Core Graphics