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.
我有设计师的 svg 图片。我想从 Paintcode 应用程序中获取等效的 swift 代码,以便它完全适合圆形按钮。我如何设置框架?假设我有两个圆形按钮,如下面的屏幕截图所示,我想向空的圆形按钮添加一个新图像。
下面是我要添加到空圆形按钮中的图像,以便它按比例适合圆圈内。请帮助我从 Paintcodeapp 获取快速代码。
使用 PaintCode Mac App 将 SVG 转换为 Swift CoreGraphics 绘图代码。很简单,只需要导入svg文件来绘制代码,它会自动生成swift代码。
参考屏幕截图