国产探花免费观看_亚洲丰满少妇自慰呻吟_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;
對數據源將排在表視圖中的一個特定的位置到另一個位置。(排序的操作用這個方法操作)




發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 青田县| 张家界市| 西畴县| 凭祥市| 普洱| 乳山市| 巩留县| 巴彦淖尔市| 类乌齐县| 那坡县| 巧家县| 宜州市| 惠东县| 汉阴县| 珠海市| 开鲁县| 和静县| 鹤庆县| 林口县| 法库县| 金溪县| 沙田区| 景东| 定襄县| 阿勒泰市| 阳城县| 龙南县| 十堰市| 汤阴县| 涪陵区| 阿拉善盟| 台东市| 小金县| 砀山县| 山东| 堆龙德庆县| 朔州市| 同仁县| 新干县| 肥乡县| 手游|