-
Notifications
You must be signed in to change notification settings - Fork 7
update on the README.md file #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
this is the read me file with the library name
|
|
||
| ## Get started with custom floating label style input | ||
| * Create a swift file to hold our customization code. | ||
| * We create our text field in our storyboard and assign it’s class to our custom 'UITextField' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Copy
FloatingLabelinput.swiftto your project. - Assign the
FloatingLabelinputas a custom class to yourUITextFieldin storyboard.
| ## Features | ||
| * Float label pattern | ||
| * Custom text input | ||
| * Text input validation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no input validation on it. this should not be here
quacklabs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left a few comments
No description provided.