How can I disable ScrollView bounces of a single view without affecting the others?
UITableView.appearance().bounces = false
If I initialize this code it disable bounces of all ScrollView istance. Is there any way to switch between false and true when changing a view or directly modifying that particular ScrollView?