Skip to content

mohsinalimat/LMDFloatingLabelTextField

 
 

Repository files navigation

LMDTextField

CI Status Version License Platform

Demo

alt text

Screenshot

alt text

Example

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

Installation

Cocoapods

Install Cocoapods

$ gem install cocoapods

Add LMDTextField in your Podfile.

use_frameworks!

pod 'LMDTextField'

Install the pod

$ pod install

Manually

Copy LMDTextField folder to your project. Enjoy.

Customizable Properties

placeholderText - Please make sure you put something here. it will look awful without it.

placeholderFont - Default is system(14).

placeholderSizeFactor - While editing, placeholder will shrink according to this number. deafult is 0.7.

placeholderTextColor - Default is - #B7B7B7 #B7B7B7

themeColor - Affects carret and border color while editing. default is #FF0083 #FF0083

textFieldTextColor - Replaces textColor. default is #4A4A4A #4A4A4A

Author

Tal Cohen, talthent@gmail.com

LEMONADE INC.

License

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

About

Customisable iOS TextField with floating placeholder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 58.1%
  • Shell 35.5%
  • Objective-C 3.3%
  • Ruby 3.1%