RaisePlaceholder 1.0.3

RaisePlaceholder 1.0.3

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jun 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Jiho Lee.



RaisePlaceholder

Enter a text in UITextField, it displays the placeholder as a subject.

Preview

Usage

Insert ‘RaisePlaceholder’ in your UITextField custom class.

Subclass

Customize

Use IBInspectable

IBInspectable

Use Code

import RaisePlaceholder

@IBOutlet weak var raisePlaceholder: RaisePlaceholder!

raisePlaceholder.animationDuration = 0.5
raisePlaceholder.subjectColor = UIColor.orange
raisePlaceholder.underLineColor = UIColor.orange

License

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