diff --git a/README.md b/README.md new file mode 100644 index 0000000..15bc4cc --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Custom floating label style input field for iOS with swift +floating label is a text label which appears inside the input field at full font-size. When interacted with, the label “floats” above, making room for the user to input a value + +## Features +* Float label pattern +* Custom text input +* Text input validation + +## Requirement +* iOS +* compatible using swift + +## 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' + +[To read more on this and how to impleament](https://medium.com/sprinthub/creating-a-custom-floating-label-style-text-field-in-swift-f9f6aeaf39fe) + +## Contribution +The code is on [Github](https://github.com/quacklabs/FloatingLabelInputSwift). feel free to fork, modify and make it better.