LMDFloatingLabelTextField
LMDFloatingLabelTextField copied to clipboard
Customisable iOS TextField with floating placeholder
Library is causing the app to freeze and crash. The View Controller on which the text field is placed freezes. Probably causing a retain cycle.
I found a problem that occured when using two textfield secured There's a memory leak when I switch between the two
Setting the left padding doesn't work as expected for the placeholder text when the field is not being edited because the constraint value is set only once during init and...