Skip to content

Commit 2319630

Browse files
committed
Update README.md
1 parent ff9a0d7 commit 2319630

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,11 @@ func toggleCollapse(sender: UIButton) {
127127
```
128128

129129
That's it, please refer to the source code and see the detailed implementation.
130+
131+
### More Collapsible Demo ###
132+
133+
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 slight different.
134+
135+
![demo](http://jinandsu.net/ios-swift-collapsible-table-section-in-grouped-section/demo.gif)<br />
136+
137+
Author: Yong Su @ Box Inc.

0 commit comments

Comments
 (0)