I rotate my tableView by using tableView.transformation to use a portrait tableView in landscape mode, but since I've been doing this, my TableView bounces vertically and horizontally. By default, a tableView only bounces vertically; so I thought that after rotating it, I would get only a horizontal bounce, but its bounces both horizontally and vertically.
Does anyone know how to fix this? Maybe it has something to do with the contentView of the tableView (UITableView inherits from UIScrollView). I've tried to set the contentView but it doesn't work.