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.2k stars 731 forks source link

Added another init to JVFloatLabeledTextView #200

Closed chika-kasymov closed 5 years ago

chika-kasymov commented 5 years ago

Without that, JVFloatLabeledTextView subclass not properly initialized in a Swift project. The app crashes on runtime if any text view property is accessed.

jverdi commented 5 years ago

thanks