/Xtensions

A collection of useful Swift extensions

Primary LanguageSwiftMIT LicenseMIT

Overview

Pod Version Pod Platform Pod License

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.

Requirements

  • iOS 9.0+
  • Swift 4.2+

Install

Cocoapods

Add this line to your podfile:

pod 'Xtensions'

Setup

Import Xtensions in your source file:

import Xtensions