Skip to content

Useful SwiftUI extensions for faster UI building

License

tuanemdev/PocketUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PocketUI

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.

Features

  • View Extensions: Collection of powerful extensions for SwiftUI Views
  • Developer-Friendly: Streamlined API designed to boost productivity
  • Pure Swift: Built specifically for SwiftUI applications

Installation

Add PocketUI to your project through Swift Package Manager:

dependencies: [
    .package(url: "https://github.com/tuanemdev/PocketUI", exact: "0.0.1")
]

⚠️ Development Status

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.

About

Useful SwiftUI extensions for faster UI building

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages