NOT READY! DON'T USE!
A collection of iOS components written in Swift.
- iOS 12+
- Swift 5
- Xcode 15+
CocoaPods (recommended)
pod 'FSUIKitSwift'
github "lifution/FSUIKit"
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift
compiler.
Once you have your Swift package set up, adding FSUIKit as a dependency is as easy as adding it to the dependencies
value of your Package.swift
or the Package list in Xcode.
dependencies: [
.package(url: "https://github.com/lifution/FSUIKit.git")
]
Download or clone the repository, drag the folder Sources
into your project, and tick Copy items if needed
and Create groups
.
FSUIKit is available under the MIT license. See the LICENSE file for more info.