jverdi / JVFloatLabeledTextField

UITextField subclass with floating labels - inspired by Matt D. Smith's design: http://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction?list=users
MIT License
7.19k stars 732 forks source link

Add localized placeholder #186

Closed ghost closed 6 years ago

ghost commented 6 years ago

Add localizedPlaceholder attribute on JVFloatLabeledTextField and JVFloatLabeledTextView who use NSLocalizedString for translate placeholder

jverdi commented 6 years ago

Why is this necessary? Can't you use setPlaceholder instead?