Skip to content

Commit d95d690

Browse files
authored
Update README.md
1 parent 28806f7 commit d95d690

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In this project, the table view automatically resizes the height of the rows to
88

99
![rocket](docs/images/cover.gif)
1010

11-
### How to implement collapsible table sections? ###
11+
## How to implement collapsible table sections? ##
1212

1313
#### Step 1. Prepare the Data ####
1414

@@ -231,11 +231,11 @@ After the sections get reloaded, the number of cells in that section will be rec
231231

232232
That's it, we have implemented the collapsible table section! Please refer to the source code and see the detailed implementation.
233233

234-
### More Collapsible Demo ###
234+
## More Collapsible Demo ##
235235

236236
Sometimes you might want to implement the collapsible cells in a grouped-style table, I have a separate demo at [https://github.com/jeantimex/ios-swift-collapsible-table-section-in-grouped-section](https://github.com/jeantimex/ios-swift-collapsible-table-section-in-grouped-section). The implementation is pretty much the same but slightly different.
237237

238-
### License ###
238+
## License ##
239239

240240
This project is licensed under the MIT license, Copyright (c) 2017 Yong Su. For more information see `LICENSE.md`.
241241

0 commit comments

Comments
 (0)