PolyKit

main

Rounded Polygons in SwiftUI
heestand-xyz/PolyKit

PolyKit

Rounded Polygons in SwiftUI

              

Add to App

  • File / Swift Packages / Add Package Dependecy
  • Search for PolyKit by heestand-xyz
  • Add Up to Next Major from 2.0.0

Example

import SwiftUI
import PolyKit

struct ContentView: View {
    var body: some View {
        Polygon(count: 6, cornerRadius: 60)
    }
}

Add to Package

.package(url: "https://github.com/heestand-xyz/PolyKit.git", from: "2.0.0")

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

  • None
Last updated: Thu Apr 04 2024 04:15:42 GMT-0900 (Hawaii-Aleutian Daylight Time)