iOS / Swift
UUSwift
UUSwift is a collection of helper classes that extend or complement UIKit framework classes. It has been used in hundreds of shipping macOS and iOS apps.
Packages
UUSwiftCore
Core primitives and helpers shared by the Swift utility family.
UUSwiftNetworking
Networking conveniences for application service calls and data movement.
UUSwiftImage
Image loading, manipulation, and app-facing image utilities.
UUSwiftUX
UIKit-oriented helpers for polished app interface work.
Installation
- Swift Package Manager is supported natively by the individual subprojects.
- Carthage is supported with the
SilverPineSoftware/UUSwiftrepository. - Original requirements: iOS 10.0 or greater, macOS 10.10 or greater, and Swift 4.0.
github "SilverPineSoftware/UUSwift"