UIKitEssentials

1.3.2

Essentials for development using UIKit.
jrsaruo/UIKitEssentials

What's New

Release 1.3.2

2023-09-22T13:07:06Z

What's Changed

🧰 Maintenance

Other Changes

Full Changelog: 1.3.1...1.3.2

UIKitEssentials

Essentials for development using UIKit.

Requirements

  • iOS 9.0+ / tvOS 9.0+
  • Swift 5.6+

Using UIKitEssentials in your project

To use the UIKitEssentials library in a SwiftPM project, add the following line to the dependencies in your Package.swift file:

.package(url: "https://github.com/jrsaruo/UIKitEssentials", from: "1.3.2"),

and add UIKitEssentials as a dependency for your target:

.target(name: "<target>", dependencies: [
    .product(name: "UIKitEssentials", package: "UIKitEssentials"),
    // other dependencies
]),

Finally, add import UIKitEssentials in your source code.

Description

  • Swift Tools 5.6.0
View More Packages from this Author

Dependencies

  • None
Last updated: Wed Mar 13 2024 21:19:45 GMT-0900 (Hawaii-Aleutian Daylight Time)