All Projects → KiranPatelSpaceo → TextInputLayout

KiranPatelSpaceo / TextInputLayout

Licence: other
The objective of this code is to guide you to create login screen with TextInputLayout in iOS app.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to TextInputLayout

Autocompletefield
Subclass of UITextField that shows inline suggestions while typing.
Stars: ✭ 656 (+2086.67%)
Mutual labels:  input, uitextfield, textfield
Underlinetextfield
Simple UITextfield Subclass with state
Stars: ✭ 156 (+420%)
Mutual labels:  input, uitextfield, textfield
react-input-hints
Get more out of your placeholders. Animates input placeholders to make it look like they are being typed in realtime - https://npmjs.com/react-input-hints
Stars: ✭ 56 (+86.67%)
Mutual labels:  input, placeholder, placeholder-text
Inputkit
📝InputKit, an Elegant Kit to limits your input text, inspired by BlocksKit, written in both Objective-C & ⚡️Swift.
Stars: ✭ 420 (+1300%)
Mutual labels:  input, text, textfield
NSJTextField
A custom textfield with the placeholder displayed on top when text entered.
Stars: ✭ 30 (+0%)
Mutual labels:  placeholder, uitextfield, placeholder-text
Ragtextfield
Subclass of UITextField that adds an animated placeholder and an optional hint label below the text.
Stars: ✭ 227 (+656.67%)
Mutual labels:  placeholder, uitextfield, textfield
STTextView
📝 STTextView is a light-weight library that adds a placeholder to the UITextView.
Stars: ✭ 36 (+20%)
Mutual labels:  placeholder, text, placeholder-text
Rime Wubi86 Jidian
86五笔极点码表 for Rime (鼠须管 - macOS)(小狼毫 - Windows)五笔输入法
Stars: ✭ 302 (+906.67%)
Mutual labels:  input, input-method
Tags Input
🔖 <input type="tags"> like magic
Stars: ✭ 312 (+940%)
Mutual labels:  input, input-method
Sgdigittextfield
Elegant and Simplest Digit UITextField
Stars: ✭ 47 (+56.67%)
Mutual labels:  input, uitextfield
Insert Text At Cursor
Fast crossbrowser insertion of text at cursor position in a textarea / input
Stars: ✭ 49 (+63.33%)
Mutual labels:  input, text
Stf Vue Select
stf vue select - most flexible and customized select
Stars: ✭ 61 (+103.33%)
Mutual labels:  input, labels
pygame-text-input
a small module that enables you to input text with your keyboard using pygame
Stars: ✭ 114 (+280%)
Mutual labels:  input, text
react-native-input-bar
Fully customizable, beautifully designed Input Bar for React Native
Stars: ✭ 32 (+6.67%)
Mutual labels:  input, text
react-native-element-textinput
A react-native TextInput, TagsInput and AutoComplete component easy to customize for both iOS and Android.
Stars: ✭ 28 (-6.67%)
Mutual labels:  input, textfield
passport
A Kotlin-based Android view validation library with a simple DSL.
Stars: ✭ 31 (+3.33%)
Mutual labels:  input, text
Cminputview
💪之前代码是基于UITextView进行的封装,侵入性较强,不方便使用,现使用Category重构代码,支持Cocoapods
Stars: ✭ 149 (+396.67%)
Mutual labels:  placeholder, textfield
Rskplaceholdertextview
A light-weight UITextView subclass that adds support for placeholder.
Stars: ✭ 192 (+540%)
Mutual labels:  placeholder, text
liu
💫 Boshiamy Input Method in macOS 嘸蝦米輸入法
Stars: ✭ 39 (+30%)
Mutual labels:  input, input-method
Form-Labeller
Use this tool to label forms, bounding boxes, and assigning types to annotations
Stars: ✭ 17 (-43.33%)
Mutual labels:  labels, form-label

The objective of this code is to guide you to create login screen with TextInputLayout in iOS app.

Labels tell users what information belongs in the provided form field. Usually, Labels are placed outside the form field.

However, Placeholder text situates inside a form field, which is an additional hint, that disappear when the user types in the field. There are some forms replace field labels with in-field placeholder text to minimize clutter on the page or the form’s length. The placeholder text with form labels is the best combination to improve completion and conversion rates.

Having labels outside the form fields make important information visible at all time that makes easy for users to write the text. Hope this tutorial solves your problem, else, our iPhone App Development team would love to help you further.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].