MaterialTextField icon indicating copy to clipboard operation
MaterialTextField copied to clipboard

Material design UITextField with animated placeholder label and error message

Results 20 MaterialTextField issues
Sort by recently updated
recently updated
newest added

When user has empty textfield and he return the keyboard means resign the textfield then it will crash on below line. `CGSize intrinsicSize = [super intrinsicContentSize];` If user has input...

I am not able to show an error. Could you please provide me an example.

Added Package.swift to support SPM. A bit of folder restructuring was required.

Hello. Thanks for your hard work but now it's time for Swift. Please convert this amazing textfield to Swift. Thank you very much!

i can't use method textFieldDidBeginEditing, and it's not called

I've tried following code to set left view of uitextfield but got placeholder overlap over icon when editing uitextfield. `txtUsername.leftViewMode = UITextField.ViewMode.always let imageView = UIImageView(frame: CGRect(x: 0, y: 0,...

We've been using MaterialTextField in our app for about a year. While testing our app for iOS 13.0 with the latest Xcode 11 beta (beta 7), we ran into an...

Is there any way we can set animated placeholder rightToLeft and LeftToRight?