Swiftpack.co - ffried/FFUIKit as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by ffried.
ffried/FFUIKit 8.6.0
Some useful additions and classes for Apple's UIKit Framwork
⭐️ 3
🕓 29 weeks ago
iOS macOS watchOS tvOS
.package(url: "https://github.com/ffried/FFUIKit.git", from: "8.6.0")

FFUIKit

GitHub release Tests Codacy Badge Docs

Some useful additions and classes for Apple's UIKit Framwork.

Important Note

Release 8.0 is the first step into retiring this framework. SwiftUI supersedes or provides many things FFUIKit added for UIKit. Also, UIKit gained support for another bunch of things FFUIKit provided until now. Finally, the remaining useful parts will be factored out into smaller packages.

The following list provides some help in finding the correct replacement for APIs removed from FFUIKit:

  • The Color Components implementations (BW, BWA, RGB, RGBA, HSB and HSBA) now live in the Color Components Package.
  • UIDevice.platform and UIDevice.platformName are now found in the Apple Device Information Package. UIDevice.platform becomes DeviceInfo.current.identifier and platformName becomes DeviceInfo.current.name. For SwiftUI, there's the \.deviceInfo environment key.
  • UIStoryboard.Identifier and the corresponding instantiateViewController method were removed in favor of UIStoryboards generic instantiateViewController method that already returns a typed view controller.
  • The extensions on UITableView allowing animated updates have been soft-deprecated. UIDiffableDataSource is a great, more robust and more performant replacement for it.
  • The LicensesTableViewController, LicenseDetailViewController and License model have been replaced in favor of the Licensed Components Package.
  • The UIApplication extensions for the iTunes URL have been removed in favor of the App Information Package.
  • The UIColor extensions have been removed in favor of using Color Components Package, which makes it as easy as of release 1.2.0.

GitHub

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

Release Notes

v8.6.0
29 weeks ago

What's Changed

  • Add support for Swift 5.9
  • Drop support for older versions of Swift

Full Changelog: https://github.com/ffried/FFUIKit/compare/8.5.0...8.6.0

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