DataSource
Configuring a Table View
– tableView:cellForRowAtIndexPath:required method– numberOfSectionsInTableView:– tableView:numberOfRowsInSection:required method– sectionIndexTitlesForTableView:– tableView:sectionForSectionIndexTitle:atIndex:– tableView:titleForHeaderInSection:– tableView:titleForFooterInSection:
Inserting or Deleting Table Rows
Reordering Table Rows
Delegate
Configuring Rows for the Table View
– tableView:heightForRowAtIndexPath:– tableView:estimatedHeightForRowAtIndexPath:– tableView:indentationLevelForRowAtIndexPath:– tableView:willDisplayCell:forRowAtIndexPath:
Managing Accessory Views
– tableView:accessoryButtonTappedForRowWithIndexPath:– tableView:accessoryTypeForRowWithIndexPath:Deprecated in iOS 3.0
Managing Selections
– tableView:willSelectRowAtIndexPath:– tableView:didSelectRowAtIndexPath:– tableView:willDeselectRowAtIndexPath:– tableView:didDeselectRowAtIndexPath:
Modifying the Header and Footer of Sections
– tableView:viewForHeaderInSection:– tableView:viewForFooterInSection:– tableView:heightForHeaderInSection:– tableView:estimatedHeightForHeaderInSection:– tableView:heightForFooterInSection:– tableView:estimatedHeightForFooterInSection:– tableView:willDisplayHeaderView:forSection:– tableView:willDisplayFooterView:forSection:
Editing Table Rows
– tableView:willBeginEditingRowAtIndexPath:– tableView:didEndEditingRowAtIndexPath:– tableView:editingStyleForRowAtIndexPath:– tableView:titleForDeleteConfirmationButtonForRowAtIndexPath:– tableView:shouldIndentWhileEditingRowAtIndexPath:
Reordering Table Rows
Tracking the Removal of Views
– tableView:didEndDisplayingCell:forRowAtIndexPath:– tableView:didEndDisplayingHeaderView:forSection:– tableView:didEndDisplayingFooterView:forSection:
Copying and Pasting Row Content
– tableView:shouldShowMenuForRowAtIndexPath:– tableView:canPerformAction:forRowAtIndexPath:withSender:– tableView:performAction:forRowAtIndexPath:withSender:
No comments:
Post a Comment