MessageKit-version: 3.0.0 (pod)
iOS-version: 13.0
Swift-version: 5
Testing-devices - iPhone 7 - iPhone X Pro Max (hard & soft)
MessageKit implemented in subview container view - when showing keyboard everything moves up out of safe area into status bar.
What I have already tried:
Screen shots:



So, you are using a toolbar instead of a UINavigationController / UINavigationBar?
Does the toolbar have a static height?
Have you checked your toolbar's compression resistance is greater than the container's?
Have you checked the messagesCollectionView.contentInset.top?
This issue has been marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
This issue has been auto-closed because there hasn't been any activity for at least 21 days. However, we really appreciate your contribution, so thank you for that! 馃檹 Also, feel free to open a new issue if you still experience this problem 馃憤.
I have the same issue. How to fix it? @austinwright
@devcat1010 if you're facing the same issue, could you please make a PR with changes to our Example project so this issue is reproducible there? It'd really help us to track down what's wrong here
Thank you for your reply.
Here is a video that I am looking.
@martinpucik Did you check my video?
@fly-qp @devcat1010
and anyone looking for a fix
Are you using IQKeyboardManager?
If so then you can fix the issue simply by adding this in AppDelegate didFinishLaunchingWithOptions:
IQKeyboardManager.shared.disabledDistanceHandlingClasses.append(YourChatViewController.self)
馃槈
Most helpful comment
@fly-qp @devcat1010
and anyone looking for a fix
Are you using IQKeyboardManager?
If so then you can fix the issue simply by adding this in
AppDelegatedidFinishLaunchingWithOptions:IQKeyboardManager.shared.disabledDistanceHandlingClasses.append(YourChatViewController.self)馃槈