Skip to content

sparrowcode/UIKitExtension

 
 

Repository files navigation

UIKitExtension

Community

Navigate

Installation

Ready to use on iOS 13+, tvOS 13+ & watchOS 6+

Swift Package Manager

In Xcode go to File -> Packages -> Update to Latest Package Versions and insert url:

https://github.com/sparrowcode/UIKitExtension

or adding it to the dependencies value of your Package.swift:

dependencies: [
    .package(url: "https://github.com/sparrowcode/UIKitExtension", .upToNextMajor(from: "2.0.0"))
]

Manually

If you prefer not to use any of dependency managers, you can integrate manually. Put Sources/UIKitExtension folder in your Xcode project. Make sure to enable Copy items if needed and Create groups.

Apps Using