How to change the layout of sender profile image and sender name? #136
tezpark
announced in
1. Chatting in a channel
Replies: 1 comment
-
Thanks. Worked like a charm!!!. Just one suggestion, you don't need to create "class CustomGroupChannelModule" just create "class List: SBUGroupChannelModule.List" and assign this to the "SBUModuleSet.GroupChannelModule.ListComponent" directly that also works fine. |
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.
-
Summary
Guide & Snippet
ListComponent
of theGroupChannelModule
manages the Message cells.ListComponent
.SBUGroupChannelModule.List
, inherit from this class to create aCustomGroupChannelModule.List
class.configureCell
method and add thesetCustomMessageGrouping
method to modify default layouts.SBUModuleSet
.Result
Reference
Beta Was this translation helpful? Give feedback.
All reactions