An open API service indexing awesome lists of open source software.

https://github.com/tuanemdev/pocketui

Useful SwiftUI extensions for faster UI building
https://github.com/tuanemdev/pocketui

extension ios-swift swiftui

Last synced: 9 months ago
JSON representation

Useful SwiftUI extensions for faster UI building

Awesome Lists containing this project

README

          

# 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:

```swift
dependencies: [
.package(url: "https://github.com/tuanemdev/PocketUI", branch: "main")
]
```

## Development Status

⚠️ **Note**: This project is currently under active development and has not been tagged yet. Breaking changes may occur as the API evolves. Please use with caution in production environments.