Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 401 Bytes

memo.md

File metadata and controls

28 lines (14 loc) · 401 Bytes

How many sections are there?

  • numberOfSectionInTableView:

How many rows in section 0?

  • tableView:numberOfRowsInSection:

What should I display in section 0, row 0?

  • tableView:cellForRowAtIndexPath:

Reuse Queue

  • [ ]

tableView:cellForRowAtIndexPath:

  • initWithFrame:reuseIdentifier:

  • dequeueReusableCellWithIdentifier:

Cell selection -didSelectRowAtIndexPath: -deselectRowAtIndexPath: