EKKeyboardAvoiding
EKKeyboardAvoiding copied to clipboard
Doesn't work when focussing on textviews inside of CollectionViewCells
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.
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 UITableViewCell
and only UITableView
is scrollable
@yasirmturk even I am facing same issue. Did u find a solution for it or implemented on your own?
try TPKeyboardAvoiding