You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ In this project, the table view automatically resizes the height of the rows to
8
8
9
9

10
10
11
-
###How to implement collapsible table sections?###
11
+
## How to implement collapsible table sections? ##
12
12
13
13
#### Step 1. Prepare the Data ####
14
14
@@ -231,11 +231,11 @@ After the sections get reloaded, the number of cells in that section will be rec
231
231
232
232
That's it, we have implemented the collapsible table section! Please refer to the source code and see the detailed implementation.
233
233
234
-
###More Collapsible Demo###
234
+
## More Collapsible Demo ##
235
235
236
236
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.
237
237
238
-
###License###
238
+
## License ##
239
239
240
240
This project is licensed under the MIT license, Copyright (c) 2017 Yong Su. For more information see `LICENSE.md`.
0 commit comments