Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 2.04 KB

File metadata and controls

46 lines (32 loc) · 2.04 KB

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