JVFloatLabeledTextField icon indicating copy to clipboard operation
JVFloatLabeledTextField copied to clipboard

UITextField subclass with floating labels - inspired by Matt D. Smith's design: http://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction?list=users

Results 28 JVFloatLabeledTextField issues
Sort by recently updated
recently updated
newest added

is it possible that as a user clicks on the text field(text field becomes the first responder), the placeholder animates upward. there is no need for the user to write...

help wanted

Receiving error in 1.2.5 via SPM `fatal error: module 'JVFloatLabeledTextField' in AST file '/Users/*/*/workspace/Release/derivedData/ModuleCache.noindex/2TPCFF7L9A4WB/JVFloatLabeledTextField-22NZXJB728SAC.pcm' (imported by AST file '/Users/*/*/workspace/Release/derivedData/Build/Intermediates.noindex/ArchiveIntermediates/MyApp/PrecompiledHeaders/MyApp-Bridging-Header-swift_LCZQBVBL1K6Z-clang_2TPCFF7L9A4WB.pch') is not defined in any loaded module map file; maybe you...

CocoaPods.org list the latest version as 1.2.2, while GitHub shows version 1.2.5. https://github.com/jverdi/JVFloatLabeledTextField/releases https://cocoapods.org/pods/JVFloatLabeledTextField

The current version of the textField doesn't support Dynamic Type. To do this it would need to ensure that a scaled variant of a UIFont is used for the floating...

Integrating project using Carthage to Swift project you importing ```import JVFloatLabeledText``` Using CocoaPods ```import JVFloatLabeledTextField``` Am I doing something wrong? The problem I am creating reusable component base on JVFloatLabeledTextField...

I used JVFloatLabeledTextField in some secure field and want to disable copy, paste from storyboard. so no one can copy secure data. Is this functionality available in JVFloatLabeledTextField.

I'm trying to implement text field "error" state by setting color to `floatingLabelActiveTextColor` and `floatingLabelTextColor` properties. Color of floating label sometimes not changing until field becomes first responder.

The dark mode should have white color text if using System label color. But in iOS 13 dark mode, the background is dark, and the input text is still dark....

I after iOS 12 update Floating Label Text color is becoming white or it's disappearing which is sporadic.

# I change those UITextField to JVFloatLabeledTextField in xib file at identity inspector tab on right panel named "Utilities" just like followed image. ![image](https://user-images.githubusercontent.com/4626985/40642404-9e04c398-634f-11e8-8de9-cedcdcc3824f.png) # When I compiled, it occured...