Spline:Swift中的视觉样条线编辑器

时间:2024-05-20 15:12:19
【文件属性】:

文件名称:Spline:Swift中的视觉样条线编辑器

文件大小:80KB

文件格式:ZIP

更新时间:2024-05-20 15:12:19

Swift

样条编辑器 快速绘制和编辑可设计的样条曲线。 在代码或“界面”构建器中创建样条曲线。 在运行时移动,添加和删除点。 基于安装 仅将快捷类拖到您的项目中。 用法 Interface builder -add a custom SplineView and use inspectable properties to edit -edit "points" properties to place spline control points Programmatically var points = [CGPoint]() ... points.append(your points) ... var frame = CGRect(...) let spline = SplineView(points: p


【文件预览】:
Spline-master
----.gitignore(494B)
----LICENSE(11KB)
----README.md(1KB)
----demo.gif(69KB)
----Spline()
--------ViewController.swift(2KB)
--------Classes()
--------Info.plist(1KB)
--------Base.lproj()
--------AppDelegate.swift(2KB)
--------Assets.xcassets()
----Spline.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(12KB)
--------xcuserdata()

网友评论