TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Mar 2015 |
Maintained by Aron Bury.
CJFloatingLabel is a UI component designed as part of CoinJar Touch. Inspired by the Google's polymer project, CJFloatingLabel provides a versatile, highly configurable text field that comes with a floating display label and icon image view.
platform :ios, '8.0'
pod "CJFloatingLabel", "~> 1.0.0"
We use constraints based layout at CoinJar, and since we create all of our views in code, we've gotten pretty used to using Masonry. It makes constraints based layout code about 400% easier to write and manage, and so it's part of this (and all of our) projects.
The module is entirely customisable through UIAppearance. All colours and fonts used within the module can be set using the UIAppearance proxy. The example project shows how to do this, but for a more in depth look at UIAppearance check out the docs check out the docs or check out Matt Thompson’s article on NSHipster
CJFloatingTextField is available under the MIT license. See the LICENSE file for more info.