Skip to content

lcardevnas/Xtensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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