alberdev / AnimatedField

Animated UITextField with check & filter for default types (email, url, password, price, date...) for iOS written in Swift 5
MIT License
315 stars 48 forks source link

Scroll View issue for "Multiline" type #13

Closed omidmelo closed 4 years ago

omidmelo commented 4 years ago

Hey, great product! I'm trying to use the multiline type, and I'm having trouble getting it to work inside a scrollView. When I add it as a subview, the AnimatedField view no longer responds to touch events. Do you know what the problem may be? What's the correct way of doing this?

alberdev commented 4 years ago

Hi @melodiainc ! Please check example, al fields are inside a scrollView and working without problems. You must fix constraints like in example (view inside scrollView, then add animatedField subviews)

Thank you!