2015-09-18
A table view displays a list of items in a single column. UITableView is a subclass of UIScrollView, which allows users to scroll through the table, although UITableView allows vertical scrolling only.
注:UITableView只提供纵向的滚动
————————————————