Simplest implementation
UITableView *tv = [[UITableView alloc] initWithFrame:CGRectMake(10.f, 10.f, 300.f, 300.f) style:UITableViewStylePlain];
tv.transform = CGAffineTransformMakeRotation(1.5707);
[self.view addSubview:tv];
. ( ).
IB, , Bounces and Bounce Vertically, Bounce Horizontally - .