-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work when focussing on textviews inside of CollectionViewCells #8
Comments
same problem for me |
Hi, guys. Sorry for not responding. I've created collection view with text views inside cells but everything works correct for me. If the issue still exists for you could you please provide little sample project with the bug presented. |
i have a bit more complex layout where my collection views are inside |
@yasirmturk even I am facing same issue. Did u find a solution for it or implemented on your own? |
try TPKeyboardAvoiding |
I have a stack of text views, in a collection view that stretches from the top all the way to the bottom of the screen. I've used EKKeyboardAvoiding to enable that behaviour for the collection view. The content size dynamically changes with varying numbers of text views created by the user.
The collection view doesn't seem to react until I start typing! Even then, the scrolling is not animated.
The text was updated successfully, but these errors were encountered: