国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

UITableViewDataSourceTableView數據源協議

2019-11-14 19:44:38
字體:
來源:轉載
供稿:網友

UITableViewDataSource TableView數據源協議
主要進行,數據的編輯(刪除,插入),索引,移動排序的操作,是否允許編輯(刪除,插入)和移動排序,設置顯示的行數,組數,單元格的顯示
-(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section;
返回的是一組數據有多少行
-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath;
cell訪問數據源然後加載到tableView
-(NSInteger)numberOfSectionsInTableView:(UITableView*)tableView;
返回有多少組,多少部分(默認是1,這個方法可以不實現)
-(NSString *)tableView:(UITableView *) titleForHeaderInSection:(NSInteger)section;
(固定的字體fixed font style,如果你想要不同的樣子,使用 custom view(UILabel))
- (BOOL)tableView:(UITableView *)tableView canMoveRowAtIndexPath:(NSIndexPath *)indexPath
控制行能否移動,return NO就不能執行排序操作了(比如移動按鈕不會出現了)
- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath;

控制能否編輯,如果return NO 不能執行編輯操作了(比如刪除不會出現了)
-(NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section;
要求的指定部分的表格視圖的頁眉標題數據源。
-(NSString *)tableVIew:(UITableView *)tableVIew titleForFooterInSection:(NSInteger)section;
要求的指定部分的表格視圖的頁腳標題數據源。
-(NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView;
返回每組的標題,標題顯示在索引視圖中
-(Integer)tableView:(UITableView *)tableView sectionForSectionIndexTitle:(NSString *)title atIndex:(NSInteger)index;
返回分組的索引位置(在這個方法里面可以接收到索引的標題是什么,如果寫成固定的值,那么點擊索引不會對應的跳動了)
-(void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle) editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath;
對特定的行進行刪除跟插入的操作(editingStyle,編輯類型,可以通過他來區分是刪除還是插入

-(void)tableView:(UITableView *)tableView moveRowAtIndexPath:(NSIndexPath *)sourceIndexPath toIndexPath:(NSIndexPath *)destinationIndexPath;
對數據源將排在表視圖中的一個特定的位置到另一個位置。(排序的操作用這個方法操作)




發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 泽州县| 乌什县| 赤城县| 盐津县| 定陶县| 卓资县| 仁化县| 澄城县| 英超| 望都县| 泰顺县| 新营市| 湖南省| 蕉岭县| 武宣县| 清流县| 阳原县| 布拖县| 班玛县| 惠来县| 容城县| 浏阳市| 永寿县| 巨野县| 聂拉木县| 黄冈市| 泾川县| 仁怀市| 临潭县| 瑞丽市| 博客| 宁武县| 泰兴市| 舟山市| 鸡东县| 多伦县| 江陵县| 静海县| 田林县| 墨竹工卡县| 双桥区|