[iOS] How can I delete certain Channel Settings table view Cells?

[Problem/Question]
// Detailed description of issue.


I want to delete OR hide certain table view cells in Channel Settings.
I’ve tried setting SBUString to “” and icon Img to nil but this obviously is not the best solution.
It would be helpful if you could give me some links to refer to.

I uploaded a sample ima that I have problems with.
I want to hide ‘Freeze’ selection from the users.

Thank you

You can create your own custom SBUGroupChannelSettingsModule.List and override the setupItems function by returning only the SettingsItems you want to show.

More info here: Basics of Module | UIKit iOS SDK | Sendbird Docs