stream-chat-swiftui icon indicating copy to clipboard operation
stream-chat-swiftui copied to clipboard

Question about properties of composer view in Replies view

Open rpachecoaimonkey opened this issue 3 years ago • 1 comments

What are you trying to achieve?

Changed properties like background color, height, buttons, fonts, etc, of the composer view in the ReplyView

If possible, how can you achieve this currently?

Explain what I need to configure properties of that composer similar of the ChatChannelView composer.

image

rpachecoaimonkey avatar Sep 01 '22 14:09 rpachecoaimonkey

Hey @rpachecoaimonkey,

Can you please provide more details what do you want to customize?

Here are some customization options for the composer: https://getstream.io/chat/docs/sdk/ios/swiftui/chat-channel-components/message-composer/. It's the same one used both in the regular chat view and the threads. With the makeComposerViewModifier you can accomplish most of the customizations.

Additionally, you can customize the "Also send in channel" view with the makeSendInChannelView.

If you need anything else, let us know and we'll see if it's possible exposing it.

Best, Martin

martinmitrevski avatar Sep 01 '22 14:09 martinmitrevski

This answer was really helpful. Thank you much!

rpachecoaimonkey avatar Sep 06 '22 15:09 rpachecoaimonkey