How to customize UserMessage View in a Group Channel? #12
lookdeceline
announced in
1. Chatting in a channel
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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