方法一:设置tableview属性:
_tableView.transform = CGAffineTransformMakeRotation(-M_PI / 2);
设置cell属性
cell.contentView.transform = CGAffineTransformMakeRotation(M_PI / 2);
方法二:横向UITableView已经有开源实现了 ,EasyTableView, https://github.com/alekseyn/EasyTableView
Codeforces Mafia
hdu 4750 Count The Pairs(并查集)
zoj 3659 Conquer a New Region(并查集)
zoj 3656
poj 3678 Katu Puzzle(Two Sat)
UVa 11235 RMQ
hdu 4768 Flyer (二分)
hdu 4762 Cut the Cake概率公式
Ural 1046 Geometrical Dreams(解方程+计算几何)