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