How to add a view on top of message list in a GroupChannelView #18
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 insert a custom view on top of message list in a GroupChannelView?
Answer
You can subclass SendbirdUIKit's
SBUGroupChannelModule.List
to add a custom view in between the GroupChannel's Header and List inGroupChannelView
.SBUGroupChannelModule.List
to add your custom view into the defaultSBUGroupChannelModule
'sList
component.SBUGroupChannelModule.List
.Step by step guide
SBUGroupChannelModule.List
to add your custom view into the defaultSBUGroupChannelModule
'sList
component.SBUModuleSet
to reference your custom subclass ofSBUGroupChannelModule.List
.This code should run before
GroupChannelView
is presented.Beta Was this translation helpful? Give feedback.
All reactions