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")
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
PolyKit
Rounded Polygons in SwiftUI
Add to App
Example
Add to Package