I am trying out sample Chat application inside MessageKit project and found the following behavior. After typing the message, we need to scroll the view to see the new message. I think this is not good for a chat application. The keyboard is hiding the new message. See the below workflow I have tried.

Is it a bug or Is there any configurable property to make it work?
scrollsToBottomOnKeybordBeginsEditing is already set to true in the sample application.
I am trying out sample Chat application inside MessageKit project and found the following behavior. After typing the message, we need to scroll the view to see the new message. I think this is not good for a chat application. The keyboard is hiding the new message. See the below workflow I have tried.

Is it a bug or Is there any configurable property to make it work?
scrollsToBottomOnKeybordBeginsEditing is already set to true in the sample application.