iExtra contains a bunch of extra stuff for the iOS framework.


License
MIT
Install
pod try iExtra

Documentation

iExtra

Version Build Status CocoaPods Carthage Platform Swift 4.2 License Twitter: @danielsaidi

About iExtra

iExtra is a Swift library that contains most of the general functionality that I build in apps on my spare time. There is no real focus, just a bag of bytes.

Demo Application

This repository contains a demo application. To run it, open and run the iExtra project. The app is empty, but you can use it to try out various parts of iExtra.

Install

iExtra can be installed with CocoaPods and Carthage:

CocoaPods

To install iExtra with CocoaPods, add this line to your Podfile:

pod 'iExtra'

then run pod install. For more info, visit the CocoaPod website.

Carthage

To install iExtra with Carthage, add this line to your Cartfile:

github "danielsaidi/iExtra"

then run carthage update. For more info, visit Carthage website.

Contact me

Feel free to reach out if you have any questions or if you want to contribute to iExtra:

License

iExtra is available under the MIT license. See the LICENSE file for more info.