Skip to content

Incetro/swiftui-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SwiftUI Extensions Package ✨

A collection of powerful extensions and utilities to supercharge your SwiftUI development.


πŸ“‹ Requirements

  • Swift 5.9+

  • iOS 16+ / macOS 13+

  • Xcode 15+


πŸ“¦ Installation

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:


πŸš€ Usage

  1. Import the Package
import SwiftUIExtensions

🀝 Contributing

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages