gdavis / Gravity

Common iOS Components, Utilities, and UIKit Categories for easy development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gravity - An iOS Toolkit

Build Status Pod version

Authored by Grant Davis.

Gravity is a collection of categories, components, and utility methods brought together into a single library.

It includes additions for view management...

Working with data...

And much more.

Using Gravity

Gravity can be easily installed using Cocoapods by adding the following line to you project's Podfile:

pod 'Gravity'

To manually install Gravity, follow the Apple Developer Guide for linking against static libraries here: https://developer.apple.com/library/ios/technotes/iOSStaticLibraries/Articles/configuration.html#//apple_ref/doc/uid/TP40012554-CH3-SW1

Status

I'm currently in the process of breaking Gravity out into smaller modules. I've learned over time its not a great idea to have a big "toolbox" repository such as this one. I typically probably use 20-40% of the library, and that is not ideal.

This project will slowly be phased out in favor of the new pared down, more focused repos. Below are the repos that have already been broken out:

About

Common iOS Components, Utilities, and UIKit Categories for easy development

License:MIT License


Languages

Language:Objective-C 99.5%Language:Ruby 0.5%