日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

UITableViewController

發布時間:2024/4/14 编程问答 25 豆豆
生活随笔 收集整理的這篇文章主要介紹了 UITableViewController 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

UITableViewController

?

目錄

  • 概述
  • UITableView
  • UITableViewCell
  • 與UITableViewController相關的代理

UITableViewDataSource

UITableViewDelegate

  • UITableViewController的常用操作

選中單元格

編輯、移動、添加、刪除單元格

索引的創建

根據關鍵字排序

下拉或上拉刷新表格視圖

搜索框和表格視圖的交互

?

概述

對UITableViewController的理解

?

UITableView

視圖控制器

UITableViewController或其子類

非UITableViewController或其子類,需手動設置UITableView的dataSource和delegate這兩個代理

?

UITableViewCell

樣式

系統自帶UITableViewCell樣式

自定義UITableViewCell樣式

?

與UITableViewController相關的代理

UITableViewDataSource

UITableViewDelegate

?

UITableViewController的常用操作

選中單元格

相關的代理方法(4個):- (void)tableView:(UITableView?*)tableView?didSelectRowAtIndexPath:(NSIndexPath?*)indexPath

?

編輯、移動、添加、刪除單元格

編輯

-?(void)setEditing:(BOOL)editing animated:(BOOL)animate

刪除

-?(BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath
-?(void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath

添加?

+?(NSIndexPath *)indexPathForRow:(NSInteger)row inSection:(NSInteger)section?

-?(void)insertRowsAtIndexPaths:(NSArray *)indexPaths withRowAnimation:(UITableViewRowAnimation)animation

移動

-?(BOOL)tableView:(UITableView *)tableView canMoveRowAtIndexPath:(NSIndexPath *)indexPath

-?(void)tableView:(UITableView *)tableView moveRowAtIndexPath:(NSIndexPath *)fromIndexPath toIndexPath:(NSIndexPath *)toIndexPath

?

索引的創建

?

?

轉載于:https://www.cnblogs.com/IOS-Developer/p/4245625.html

總結

以上是生活随笔為你收集整理的UITableViewController的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。