Skip to content

Commit ff9a0d7

Browse files
committed
Update README.md
1 parent 6f69326 commit ff9a0d7

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
@@ -61,7 +61,7 @@ By creating a prototype cell and subclassing UITableViewCell, we have the follow
6161
let nib = UINib(nibName: "TableSectionHeader", bundle: nil)
6262
tableView.registerNib(nib, forHeaderFooterViewReuseIdentifier: "TableSectionHeader")
6363
```
64-
personally I don't like having a nibs in my project and if we use `dequeueReusableHeaderFooterViewWithIdentifier`, seems like we must have at least 1 row in that section, but we need to have 0 row!
64+
personally I don't like having nibs in my project and if we use `dequeueReusableHeaderFooterViewWithIdentifier`, seems like we must have at least 1 row in that section, but we need to have 0 row!
6565

6666
#### Step 3. The UITableViewDelegate ####
6767

0 commit comments

Comments
 (0)