Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 UIView 的 drawRect 时出现错误“使用未声明的类型 CGRect”。附上截图。
override func drawRect(rect: CGRect) { UIColor.greenColor().setFill(); }
截屏