摘要:
Navigating a Data Hierarchy with Table Views导航数据表视图层次A common use of table views—and one to which they’re ideally suited—is to navigate hierarchies of data. A table view at a top level of the hierarchy lists categories of data at the most general level. Users select a row to “drill down” to the next 阅读全文
摘要:
Overview of the Table View API表格视图API概述The table view programming interface includes several UIKit classes, two formalprotocols, and acategoryadded to a Foundation framework class.表格视图编程接口包括好几个UIKit类,两个正式的协议以及添加到Foundation 框架类的一个类别(category)。Table View一、表格视图A table view itself is an instance of theU 阅读全文
摘要:
Table View Styles and Accessory Views表格视图的风格以及辅助视图Table views come in distinctive styles that are suitable for specific purposes. In addition, the UIKit framework provides standard styles for the cells used to draw the rows of table views. It also gives you standard accessory views (that is, control 阅读全文