Useful extensions for UIKit in Swift language
Once you have your Swift package set up, adding ALExtensions
as a dependency is as easy as adding it to the dependencies value of your Package.swift
.
dependencies: [
.package(url: "https://github.com/applogistdev/AL-Extensions.git", from: "0.4.0")
]
To integrate AlExtensions
into your Xcode project using CocoaPods, specify it in your Podfile
pod 'AlExtensions'
We want to gather handy extensions in one place.
We are open any kind of extensions related to Swift. Just make sure the extension you write is not already exist and handy. Make sure to open pull request.