This shows you the differences between two versions of the page.
| making_table_view [2019/12/24 11:21] admin created | making_table_view [2019/12/24 11:23] (current) admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ### Cells and Table View Performance | ### Cells and Table View Performance | ||
| - | (ref: [[https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/TableView_iPhone/TableViewCells/TableViewCells.html#//apple_ref/doc/uid/TP40007451-CH7-SW18|Apple Dev Document]]) | + | ref: [[https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/TableView_iPhone/TableViewCells/TableViewCells.html#//apple_ref/doc/uid/TP40007451-CH7-SW18|Apple Dev Document]] | 
| The proper use of table view cells, whether off-the-shelf or custom cell objects, is a major factor in the performance of table views. Ensure that your application does the following three things: | The proper use of table view cells, whether off-the-shelf or custom cell objects, is a major factor in the performance of table views. Ensure that your application does the following three things: | ||