Xtensions
is a collection of usefull Swift extensions to make it easy to perform some very common tasks the developer faces in a daily basis as: email validation, UINavigationController
transitions, UIColor
creation and more. Almost all the Xtensions functions are precided by the x_
prefix.
- iOS 9.0+
- Swift 4.2+
Add this line to your podfile:
pod 'Xtensions'
Import Xtensions
in your source file:
import Xtensions