SwiftlierUIKit

master

UIKit helpers and improvements
drewag/SwiftlierUIKit

SwiftlierUIKit - UIKit helpers and improvements

Swift platforms Swift Package Manager compatible MIT Build Status

Twitter @drewag Blog drewag.me

Library for common helpers and improvements to UIKit. It also includes Swiftlier for enhancements to Swift itself.

Goals

Create a common library of generic extensions and types that are useful across many projects. This allows developers to use more advanced features while maintaining readability. You are encouraged to submit pull requests or issues with additional features that we can discuss to see if they should be added.

Installation

As git submodule

  • Run git submodle add https://github.com/drewag/SwiftlierUIKit.git external/SwiftlierUIKit
  • Drag 'SwiftlierUIKit.xcodeproj' into your project
  • Add import SwiftlierUIKit and or import Swiftlier to the top of any file you would like to use this library in

Using Swift Package Manager

import PackageDescription

let package = Package(
    name: "web",
    dependencies: [
        .package(url: "https://github.com/drewag/SwiftlierUIKit.git", from: "5.0.0"),
    ]
)

Description

  • Swift Tools 5.0.0
View More Packages from this Author

Dependencies

Last updated: Tue Mar 12 2024 06:09:20 GMT-0900 (Hawaii-Aleutian Daylight Time)