Closed brod-ie closed 6 years ago
Are you trying to animate the size transition?
Sent with GitHawk
Doh! I just forked the example to test further in a fresh environment and couldn't for the life of me recreate. It turns out it was IQKeyboardManager! I'd enabled it from my AppDelegate. It must disable itself when the frontmost VC is a UITableViewController
/UICollectionViewController
🤔
My apologies, 👍 great module!
The
inputAccessoryView
jumps up and down when used in aUIViewController
but not when inUITableViewController
/UICollectionViewController
You can recreate this by simply changing the Example to a
UIViewController
.I'm using ASyncDisplayKit's
ASCollectionNode
instead of UIKit's collection view for performance, therefore I'm using aUIViewController
. Have I missed something or are there any known solutions for this?