jobandtalent / AnimatedTextInput

Animated UITextField and UITextView replacement for iOS
MIT License
760 stars 128 forks source link

Label cut off bottom #116

Open duynguyen86 opened 5 years ago

duynguyen86 commented 5 years ago

I'm using 0.5.2. I use style with "textInputFont: UIFont = UIFont.init(name: "Noteworthy-Bold", size: 14)!". However label cut off bottom. I attached the screenshot

screen shot 2019-02-15 at 5 44 09 pm
victorBaro commented 5 years ago

How are your constraints? Are you giving each animatedTextInput a fixed height using autolayout? Each animatedTextInput should be able to size itself.