FloatLabelFields icon indicating copy to clipboard operation
FloatLabelFields copied to clipboard

Text entry controls which contain a built-in title/label so that you don't have to add a separate title for each field.

Results 18 FloatLabelFields issues
Sort by recently updated
recently updated
newest added

Is it possible to animate the placeholder when the text field is clicked rather than when user starts typing the text

Source updated for Swift v5

Hi! When I was trying to implement floating textView I got wrong behaviour that I was trying to fix.

Update the project to the latest version of Swift 4.2 and Xcode 10. Also add some padding to example textfield.

There are a bunch of errors when compiling with Swift 4.2 due to UIKit symbols being renamed. Is there a Swift 4.2 branch ready yet? ![](https://i.imgur.com/e7MDLnT.png)

If you set the text of the FloatLabelTextView programmatically in for example viewDidAppear, the hint label is not moved up, so the text overlaps the placeholder. `textView.text = "Text"` ![screen...

I tried to set the corner radius for the textfield programatically. But its not affecting for your class field. Can you check and suggest? Thanks and Regards Aditya B

![screen shot 2017-07-31 at 5 37 57 pm](https://user-images.githubusercontent.com/18287229/28785559-10531a98-7617-11e7-8d8f-82ee6925a819.png)