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

iOS13 font resize fix #204

Closed mloigeret closed 5 years ago

mloigeret commented 5 years ago

Create UIFont from descriptor instead of font name for iOS13 compatibility when changing the font size.

jverdi commented 5 years ago

went with a similar solution in a different PR, but thanks for the contribution! Please let me know if that one doesnt work for you.

mloigeret commented 5 years ago

No problem, the other solution works fine.