测试已测试 | ✗ |
Lang语言 | SwiftSwift |
许可证 | MIT |
发布最后发布 | 2017年12月 |
SwiftSwift 版本 | 4.0 |
SPM支持 SPM | ✗ |
由 Sota Yokoe 维护。
let gotanda = Gotanda(width: 300, height: 200, backgroundColor: NSColor.yellowColor().CGColor).draw { (context) in
// Draw something using context
}
if let pngData = gotanda.pngData {
// Save PNG data.
}
Gotanda(width: 300, height: 200, backgroundColor: NSColor.yellowColor().CGColor)
Gotanda(image: #imageLiteral(resourceName: "SomeImage"))
Gotanda 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中
pod "Gotanda"
Sota Yokoe, [email protected]
Gotanda 在 MIT 许可证下可用。有关更多信息,请参阅 LICENSE 文件。