Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 29c2e1a

Browse files
author
Td Kim
authored
Create memo.md
1 parent 867d17d commit 29c2e1a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

‎temp/memo.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
How many sections are there?
2+
3+
- numberOfSectionInTableView:
4+
5+
How many rows in section 0?
6+
- tableView:numberOfRowsInSection:
7+
8+
What should I display in section 0, row 0?
9+
- tableView:cellForRowAtIndexPath:
10+
11+
12+
13+
Reuse Queue
14+
- [ ]
15+
16+
17+
tableView:cellForRowAtIndexPath:
18+
19+
- initWithFrame:reuseIdentifier:
20+
21+
- dequeueReusableCellWithIdentifier:
22+
23+
24+
25+
Cell selection
26+
-didSelectRowAtIndexPath:
27+
-deselectRowAtIndexPath:
28+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /