您的位置:首页 > 移动开发 > IOS开发

看图学iOS之TableView<2>

2013-12-19 09:35 387 查看
本篇是有关TableView in iOS的官方文档示图,希望对学习TableView有所帮助。

一、TableView分类

 Figure 1-1  A
table view in the plain style



Figure 1-2  A
table view configured as an indexed list



Figure 1-4  A
table view in the grouped style



Figure 1-5  Header
and footer of a section



二、TableView Cells of standard styles

Figure 1-6Default table row style ( 
UITableViewCellStyleDefault
)



Figure 1-7  Table
row style with a subtitle under the title(UITableViewCellStyleSubtitle)



Figure 1-8  Table
row style with a right-aligned subtitle(UITableViewCellStyleValue1)



Figure
1-9  Table row style in Contacts format( 
UITableViewCellStyleValue2
)



三、利用TableView遍历数据模型

Figure 3-1  Mapping
levels of the data model to table views



四、创建和配置TableView

Figure
4-1  Calling sequence for creating and configuring a table view



五、TableView Cells

Figure 5-1  Parts
of a table view cell



Figure 5-2  Parts
of a table-view cell in editing mode

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ios 图片 文档