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
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?
Typed a really long message, and added an image to the message.
What did you expect to happen?
I expected the message input field to stay within the bounds of the list.
What happened instead?
The message input view went through navigation header and into the safe area of the device (see example below).
GetStream Environment
**GetStream Chat version:4.69.0
GetStream Chat frameworks: StreamChat, StreamChatSwiftUI
**iOS version:18.2 (and others)
**Swift version:5.X
**Xcode version:16.2
**Device:iPhone 16 Pro (and others)
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: