How to customize UserMessage View in a Group Channel? #12
lookdeceline
announced in
1. Chatting in a channel
Replies: 1 comment
-
Hello @lookdeceline, Is there a way to hide the username? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
How to customize UserMessage View depending on the value of
message.customType
?Answer
You can use
listItem
view adaptor's.userMessageView(content:)
method when initializingGroupChannelView
.The
.userMessageView(content:)
method allows you to customize the User Message View.Beta Was this translation helpful? Give feedback.
All reactions