IOS-TableView學習V4.0

來源:互聯網
上載者:User

查看UITableView.h檔案

看似密密麻麻,其實結構很簡單

就是2個協議UITableViewDelegate,UITableViewDataSource,一個類NSIndexPath

對於UITableViewDelegate協議,蘋果的檔案中寫的介紹是:

this represents the display and behaviour of the cells.

我的理解就是針對儲存格的各種操作。實際上也包含了表格的顯示形式等等。

對於UITableVieDataSource協議,蘋果的檔案中寫的介紹是:

this protocol represents the data model object. as such, it supplies no information about appearance (including the cells)

我的理解就是這個協議就是處理跟資料相關的各種操作,不包括任何介面的操作。

這個協議,有兩個必須實現的方法:

tableView:numberOfRowsInSectiontableView:cellForRowAtIndexPath:是每一個表視圖的資料來源必須實現的兩個方法,前者告訴表視圖內有多少行儲存格,而後者告訴表視圖每一個儲存格的內容是什麼。程式通過實現這兩個方法,可以提供一個表視圖所需要的基本資料並供表視圖調用。

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.