SwiftUIKit
A Library for extensions and effective codes of SwiftUI.
Usage
CocoaPods Install
Add pod 'SwiftUIFoundation'
to your Podfile.
Swift Package
In your Package.swift, add
dependencies: [
.package(url: "https://github.com/Lguanghui/SwiftUIFoundation.git", .upToNextMajor(from: "0.0.2"))
]
Or just select Xcode menu File -> Add Packages, and search https://github.com/Lguanghui/SwiftUIFoundation