TaniwhaTextField alternatives and similar libraries
Based on the "TextField" category.
Alternatively, view TaniwhaTextField alternatives based on common mentions on social networks and blogs.
-
StyledTextKit
Declarative building and fast rendering attributed string library. -
TextFieldCounter
UITextField character counter with lovable UX 💖. No math skills required 🙃. -
FloatingLabelTextFieldSwiftUI
Floating Label TextField for SwiftUI. FloatingLabelTextFieldSwiftUI -
DTTextField
DTTextField is a custom textfield with floating placeholder and error label -
PasswordTextField
A custom TextField with a switchable icon which shows or hides the password and enforce good password policies -
CHIOTPField
CHIOTPField is a set of textfields that can be used for One-time passwords, SMS codes, PIN codes, etc. Mady by @ChiliLabs - https://chililabs.io -
CBPinEntryView
A customisable view for entering arbitrary length pins, codes or passwords in iOS. Supports iOS 12 one time codes. -
iTextField ⌨️
Fully-wrapped UITextField made to work entirely in SwiftUI -
VKPinCodeView
VKPinCodeView is simple and elegant UI component for input PIN. You can easily customise appearance and get auto fill (OTP) iOS 12 feature right from the box.
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of TaniwhaTextField or a related project?
README
TaniwhaTextField
Introduction
TaniwhaTextField is a lightweight and beautiful swift textfield framework. It has float label pattern, and also you can highly customise it.
Usage
Programme
import TaniwhaTextField
class ViewController: UIViewController {
@IBOutlet var taniwha: TaniwhaTextField!
@IBOutlet var marimari: TaniwhaTextField!
override func viewDidLoad() {
super.viewDidLoad()
taniwha.placeholder = "Tena Koe"
marimari.placeholder = "Kia Ora"
}
}
Storyboard
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
SPEC
Swift 4.2 support up iOS 8 above
Installation
TaniwhaTextField is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "TaniwhaTextField"
Author
iceman201, [email protected]
License
TaniwhaTextField is available under the MIT license. See the LICENSE file for more info.
*Note that all licence references and agreements mentioned in the TaniwhaTextField README section above
are relevant to that project's source code only.