码迷,mamicode.com
首页 > 其他好文 > 详细

0819-TableView

时间:2016-02-26 22:07:30      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:

------------------

tableVeiw控件的代理(dataSource) 与delegate属性类似 只是名称不一样

self.dataSource = self;

1、tableView上下左右 20 0 0 0加约束

2、节组数 行数 单元格 节组头文字 节组底文字

Sections(tableView中的节组数 numberOfSectionsInTableView)、 Rows(节组中的行数 numberOfRowsInSection)、

cell(tableView的单元 cellForRowAtIndexPath) 、

titleForHeaderInSection  (节组头部的文字)、titleForFooterInSection (节组底部的问题)

 

0819-TableView

标签:

原文地址:http://www.cnblogs.com/zff193/p/5221830.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!