opendigg-share-projects
opendigg-share-projects copied to clipboard
Macaw
功能强大,易于使用的矢量图形Swift库具有SVG支持
https://github.com/exyte/macaw
这很简单
开始使用Macaw几行代码:
class MyView: MacawView {
required init?(coder aDecoder: NSCoder) {
let text = Text(text: "Hello, World!", place: .move(dx: 145, dy: 100))
super.init(node: text, coder: aDecoder)
}
}
它有SVG支持
将可扩展矢量图形包含在您的iOS应用程序中
它很强大
仿射变换,用户事件,动画和各种效果,用Macaw来构建漂亮的应用程序: