Enable alwaysBounceVertical in channel views

UIKit: 2.0.9
iOS: 14.4

Is it possible to access the ScrollView component inside the channel view? When the chat view height is less than the contentSize, I want to have the bounce feeling when swiping up and down. This is usually enabled by setting alwaysBounceVertical to true.

Hello @carlos, you can access SBUChannelViewController's tableView property and modify bouncing behavior as you want

Hi @Woo, that worked. Thanks!