An open API service indexing awesome lists of open source software.

https://github.com/shaps80/spxcontrols

Custom UI components that are highly configurable, reusable and generally IB friendly
https://github.com/shaps80/spxcontrols

Last synced: 28 days ago
JSON representation

Custom UI components that are highly configurable, reusable and generally IB friendly

Awesome Lists containing this project

README

          

# SPXControls

[![CI Status](http://img.shields.io/travis/Shaps Mohsenin/SPXControls.svg?style=flat)](https://travis-ci.org/Shaps Mohsenin/SPXControls)
[![Version](https://img.shields.io/cocoapods/v/SPXControls.svg?style=flat)](http://cocoadocs.org/docsets/SPXControls)
[![License](https://img.shields.io/cocoapods/l/SPXControls.svg?style=flat)](http://cocoadocs.org/docsets/SPXControls)
[![Platform](https://img.shields.io/cocoapods/p/SPXControls.svg?style=flat)](http://cocoadocs.org/docsets/SPXControls)

This is just a simple library providing some UI components that I sometimes use across projects.

## What's inside?

__SPXTextField__

* Includes a really simple floating labels implementation
* IBInspectable attributes for configuring your label in Interface Builder
* Seamless integration with [SPXDataValidator](https://github.com/shaps80/SPXDataValidators/)
* If you're using `SPXDataValidators`, everything will just work ;)

## Usage

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

Xcode 6 is a minimum requirement as many controls provide IBInspectable attributes.

## Installation

SPXControls is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

pod "SPXControls"

## Author

Shaps Mohsenin, [@shaps](http://twitter.com/shaps)

## License

SPXControls is available under the MIT license. See the LICENSE file for more info.