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只提供纵向的滚动
————————————————
UITableView是一种用于显示单列项目列表的UI组件,作为UIScrollView的子类,它允许用户进行垂直滚动浏览列表内容。
1196

被折叠的 条评论
为什么被折叠?



