release: v0.5.1
SwifterSwiftUI is a collection of native SwiftUI extensions, with handy methods, syntactic sugar, and performance improvements for wide range of SwiftUI classes –over 500 in 1– for iOS, macOS, tvOS and watchOS.
To integrate SwifterSwiftUI into your Xcode project using CocoaPods, specify it in your Podfile:
Podfile
pod 'SwifterSwiftUI'
You can use The Swift Package Manager to install SwifterSwiftUI by adding the proper description to your Package.swift file:
SwifterSwiftUI
Package.swift
import PackageDescription let package = Package( name: "YOUR_PROJECT_NAME", targets: [], dependencies: [ .package(url: "https://github.com/asam139/SwifterSwiftUI.git", from: "1.0.0") ] )
Next, add SwifterSwiftUI to your targets dependencies like so:
.target( name: "YOUR_TARGET_NAME", dependencies: [ "SwifterSwiftUI", ] ),
Then run swift package update.
swift package update
Add the SwifterSwiftUI project to your Xcode project
We want your feedback. Please refer to contributing guidelines before participating.
Special thanks to:
SwifterSwift
SwifterSwiftUI is released under the MIT license. See LICENSE for more information.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
SwifterSwiftUI is a collection of native SwiftUI extensions, with handy methods, syntactic sugar, and performance improvements for wide range of SwiftUI classes –over 500 in 1– for iOS, macOS, tvOS and watchOS.
Requirements
Installation
CocoaPods
To integrate SwifterSwiftUI into your Xcode project using CocoaPods, specify it in your
Podfile
:Swift Package Manager
You can use The Swift Package Manager to install
SwifterSwiftUI
by adding the proper description to yourPackage.swift
file:Next, add
SwifterSwiftUI
to your targets dependencies like so:Then run
swift package update
.Manually
Add the SwifterSwiftUI project to your Xcode project
Example
Get involved
We want your feedback. Please refer to contributing guidelines before participating.
Thanks
Special thanks to:
Inspired by
SwifterSwift
License
SwifterSwiftUI is released under the MIT license. See LICENSE for more information.