The framework includes a set of useful for iOS development things.
Extends CALayer by adding delayed start, pause and resume all animations.
Adds to the Double a correct string representation and truncation method with precision.
An NSCalendar extension for getting first and last day of the calendar unit and a list of dates that are in the specified range.
An NSDate extension to create a date from the formatted string and vice versa.
An UIDevice extension for getting the device's full model name, such as iPhone 6s Plus or iPad Air.
- iOS 9.0+
- Swift 4.1+
To integrate Extensions
into your project using Carthage, specify it in your Cartfile
:
github "valery-bashkatov/Extensions" ~> 3.0.0
And then follow the instructions to install the framework.
API Reference is located at http://valery-bashkatov.github.io/Extensions.