Swiftpack.co - drewag/SwiftlierUIKit as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by drewag.
drewag/SwiftlierUIKit 6.3.2
UIKit helpers and improvements
⭐️ 1
🕓 3 years ago
iOS
.package(url: "https://github.com/drewag/SwiftlierUIKit.git", from: "6.3.2")

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

GitHub

link
Stars: 1
Last commit: 3 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Dependencies

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics