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
- Host: GitHub
- URL: https://github.com/shaps80/spxcontrols
- Owner: shaps80
- License: mit
- Created: 2015-02-06T03:51:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-29T21:53:48.000Z (about 11 years ago)
- Last Synced: 2025-02-11T22:17:23.330Z (over 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 512 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SPXControls
[](https://travis-ci.org/Shaps Mohsenin/SPXControls)
[](http://cocoadocs.org/docsets/SPXControls)
[](http://cocoadocs.org/docsets/SPXControls)
[](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.