Skip to content

Commit

Permalink
UITableViewDelegate -> UITableViewDataSource
Browse files Browse the repository at this point in the history
  • Loading branch information
CEWendel committed May 10, 2015
1 parent ebc3dc1 commit a9d6434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ If you are using a separate nib and not a prototype cell, you'll need to be sure

```

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

```objc
- (UITableViewCell*)tableView:(UITableView*)tableView cellForRowAtIndexPath:(NSIndexPath*)indexPath
Expand Down

0 comments on commit a9d6434

Please sign in to comment.