Skip to content

mjn2max/swift-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swift-Extensions

Swift Platforms Swift Package Manager

A collection of useful Swift extensions to simplify and enhance iOS/macOS development. This open-source project includes a variety of handy extensions for standard Swift types, UIKit, Foundation, and more. Each extension is crafted to save development time and improve code readability and reusability.

Table of Contents

Features

  • Core Extensions: Add functionality to common Swift types such as String, Array, Date, and Dictionary.
  • UIKit Extensions: Simplify common UI tasks with extensions for UIView, UIColor, UIImage, and others.
  • Foundation Extensions: Convenient methods for URL, DateFormatter, Data, and other Foundation types.
  • Lightweight and Modular: Include only the extensions you need, making it easy to keep your project lightweight.

Installation

Swift Package Manager

To install using Swift Package Manager, add the following line to your Package.swift file:

dependencies: [
    .package(url: "https://github.com/mjn2max/swift-extensions.git", from: "1.0.0")
]

Manually

If you prefer not to use any of the aforementioned dependency managers, you can integrate Swift-Extensions into your project manually.

Requirements

Platform Minimum Swift Version Installation Status
iOS 13.0+ 5.7.1 / Xcode 14.1 Swift Package Manager, Manual Not Fully Tested
macOS 13.0+ Latest Only Swift Package Manager Not Fully Tested
watchOS Latest Only Swift Package Manager Not Fully Tested
tvOS Latest Only Swift Package Manager Not Fully Tested
visionOS Latest Only Swift Package Manager Not Fully Tested

Migration Guides

Communication

Embedded Framework

Contributing

Open Radars

FAQ

Credits

Donations

License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages