Skip to content

teepsllc/TeepsTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carthage compatible

TeepsTools

A collection of useful reusable utilities, helpers, extensions, and views that we use to help boost productivity and code quality.

Available Tools

A text field navigation protocol that allows you to easily configure keyboard navigation through your textfields.

An extension on UIColor to enable initialization with hex strings.

A protocol that allows you to show simple alerts easily.

A protocol for showing an image picker.

A custom TextField that validates input against a pre-defined regex or custom.

A protocol for loading quickly loading views from nibs.

A protocol to register and load TableView and CollectionView cells.

Some extensions for UIView to enable some things like onTap closures.

Some extensions for NSObject and NSObjectProtocol. Adds easier KVO and bindings.

Carthage Installation

To integrate TeepsTools into your Xcode project using Carthage, specify it in your Cartfile:

github "teepsllc/TeepsTools"

Integration

To import all tools into your file

import TeepsTools