lcardevnas / Xtensions

A collection of useful Swift extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A collection of useful Swift extensions

License:MIT License


Languages

Language:Swift 95.3%Language:Ruby 4.7%