UIKitEssentials

1.4.0

Essentials for development using UIKit.
jrsaruo/UIKitEssentials

What's New

Release 1.4.0

2024-06-30T13:11:05Z

What's Changed

🎉 New Features

💊 Bug Fixes

🧰 Maintenance

Other Changes

Full Changelog: 1.3.2...1.4.0

UIKitEssentials

Essentials for development using UIKit.

Requirements

  • iOS 12.0+ / tvOS 12.0+ / visionOS 1.0+
  • Swift 5.9+

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.4.0"),

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.9.0
View More Packages from this Author

Dependencies

  • None
Last updated: Thu May 15 2025 10:45:42 GMT-0900 (Hawaii-Aleutian Daylight Time)