You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created a basic view in the makeEmptyMessageView method (see example below).
What did you expect to happen?
When I typed a long message, I expected the view to stay in the center of the list (or at least within the bounds of the navigation view).
What happened instead?
The view grew into the navigation header area, and it causes the bottom of the MessageComposerView (where the send button is) to be below the predictive text suggestions of the keyboard (see screenshot below for example).
We are setting the height of the composer input so that the view will grow to the top of the screen (similar to how it does in iMessage) using the following setting:
composerConfig: .init(inputViewMaxHeight: UIScreen.main.bounds.height * 0.5)
The text was updated successfully, but these errors were encountered:
What did you do?
Created a basic view in the makeEmptyMessageView method (see example below).
What did you expect to happen?
When I typed a long message, I expected the view to stay in the center of the list (or at least within the bounds of the navigation view).
What happened instead?
The view grew into the navigation header area, and it causes the bottom of the MessageComposerView (where the send button is) to be below the predictive text suggestions of the keyboard (see screenshot below for example).
GetStream Environment
**GetStream Chat version:4.69.0
GetStream Chat frameworks: StreamChat, StreamChatSwiftUI
**iOS version:18.2
**Swift version:5.X
**Xcode version:16.2
**Device:iPhone 16 Pro
Additional context
We are setting the height of the composer input so that the view will grow to the top of the screen (similar to how it does in iMessage) using the following setting:
composerConfig: .init(inputViewMaxHeight: UIScreen.main.bounds.height * 0.5)
The text was updated successfully, but these errors were encountered: