A Swift Package Manager (SPM) library providing useful View extensions for SwiftUI development. PocketUI simplifies common UI tasks and enhances your SwiftUI workflow with convenient extension methods.
- View Extensions: Collection of powerful extensions for SwiftUI Views
- Developer-Friendly: Streamlined API designed to boost productivity
- Pure Swift: Built specifically for SwiftUI applications
Add PocketUI to your project through Swift Package Manager:
dependencies: [
.package(url: "https://github.com/tuanemdev/PocketUI", exact: "0.0.1")
]This project is currently under active development with frequent changes and does not yet follow semantic versioning. Breaking changes may occur between versions. Please use exact version specifications (as shown in the installation example) and carefully read the documentation for each function before use.