A collection of powerful extensions and utilities to supercharge your SwiftUI development.
π Requirements
-
Swift 5.9+
-
iOS 16+ / macOS 13+
-
Xcode 15+
Swift Package Manager Add this package to your Package.swift or Xcode project:
dependencies: [
.package(
url: "https://github.com/Incetro/swiftui-extensions.git",
branch: "master"
)
]
Or add via Xcode: Or add via Xcode:
-
File β Add Package Dependencies...
-
Select branch: master
- Import the Package
import SwiftUIExtensions
We welcome contributions! Please follow these steps:
-
Fork the repository
-
Create a new branch (git checkout -b feature/your-feature)
-
Commit your changes (git commit -am 'Add amazing feature')
-
Push to the branch (git push origin feature/your-feature)
-
Open a Pull Request