MaterialTextField
MaterialTextField copied to clipboard
Material design UITextField with animated placeholder label and error message
Hi, `textRectForBounds` is sometimes wrong when using left/rightView: - when `viewMode` is `.never` or `.whileEditing` everything is working as expected - when `viewMode` is `.always` or `.whileEditing`, frame is smaller...
How do I handle such scenario as error label overlaps below textfield?  
Excuse men you can convert source to version swift because to want use and extension function inside code
Wanted to add left and top padding to Floating Label. I was able to insert padding to actual UITextField text.
Need to set placeholder at the center of UITextfield . someone please help with this .
Currently `prepareForInterfaceBuilder` hides the error label because I was unable to get it to show up correctly in the storyboard. **Steps to fix:** 1. Currently the `error` property is of...
Here's a quick summary of the changes - `MFTextField` is now an accessibility container. - The first accessible element is the underlying text field itself. (It's documented in the `UIAccessibilityContainer`...
I've run into a bug (or memory management issue?) where an MFTextField is referencing a previously initialised MFTextField's font and text alignment. The app presents a VC modally, once a...
First off, thanks for writing and publishing this! When I add error text to a field, the underline turns red, but I cannot see the error text. If I use...