Skip to content

Commit a9d6434

Browse files
committed
UITableViewDelegate -> UITableViewDataSource
1 parent ebc3dc1 commit a9d6434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ If you are using a separate nib and not a prototype cell, you'll need to be sure
133133

134134
```
135135

136-
Then, in the `tableView:cellForRowAtIndexPath:` method of your `UITableViewDelegate` (usually your view controller), initialize your custom cell:
136+
Then, in the `tableView:cellForRowAtIndexPath:` method of your `UITableViewDataSource` (usually your view controller), initialize your custom cell:
137137

138138
```objc
139139
- (UITableViewCell*)tableView:(UITableView*)tableView cellForRowAtIndexPath:(NSIndexPath*)indexPath

0 commit comments

Comments
 (0)