FSUIKitSwift 1.0.4

FSUIKitSwift 1.0.4

Maintained by Vincent Lee.



  • By
  • Sheng

FSUIKitSwift

Platform Swift 5.x ObjC incompatible Pod Version Carthage compatible Swift Package Manager license MIT

NOT READY! DON'T USE!

A collection of iOS components written in Swift.

Requirements

  • iOS 12+
  • Swift 5
  • Xcode 15+

Installation

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")
]

Copy manually

Download or clone the repository, drag the folder Sources into your project, and tick Copy items if needed and Create groups.

License

FSUIKit is available under the MIT license. See the LICENSE file for more info.