I want to change channel name format in uikit IOS
currently it’s showing channel name and count of member . i want member count inside brackets. any solution for this?
1 Like
We also need to customize the channel name to be shown to users.
For ex: We create a channel for 2 users A and B.
User A should see the channel name as B and User B should see the channel name as A.
How can we achieve this?
+1 for @prashant problem,
have you fix it?
we would like to custom it like that too.
we already try to custom it with ‘renderGroupChannelPreview’ of GroupChannelListFragment
, but it means we will need to replicate all of the previewComponent
,
while we want to preserve all of the functionality, and just change the title to Chat Friend’s User Name
any help will be appreciated
Edit: we clone it anyway