Polygon
Rounded Polygons in SwiftUI
import SwiftUI import PolyKit struct ContentView: View { var body: some View { Poly(count: 6, cornerRadius: 60) } }
.package(url: "https://github.com/heestand-xyz/PolyKit.git", from: "1.0.0")
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
PolyKit
Rounded Polygons in SwiftUI
Add to App
Example
Add to Package