Skip to content

Commit 6f6af02

Browse files
committed
Updated cover animation.
1 parent d760df0 commit 6f6af02

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# How to Implement Collapsible Table Section in iOS
22

3-
![rocket](screenshots/cover.png)
3+
![rocket](screenshots/cover.gif)
44

55
:iphone: A simple iOS swift project demonstrates how to implement collapsible table section programmatically, that is no main storyboard, no XIB, no need to register nib, just purely Swift!
66

77
[![Language](https://img.shields.io/badge/swift-3.0-brightgreen.svg?style=flat)]()
88

9-
### Demo ###
10-
11-
<img src="screenshots/demo.gif" width="400px">
12-
139
### How to implement collapsible table sections? ###
1410

1511
#### Step 1. Prepare the Data ####
@@ -223,8 +219,6 @@ That's it, please refer to the source code and see the detailed implementation.
223219

224220
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.
225221

226-
![demo](https://github.com/jeantimex/ios-swift-collapsible-table-section-in-grouped-section/blob/master/screenshots/demo.gif)<br />
227-
228222
### License ###
229223

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

screenshots/cover.gif

884 KB
Loading

0 commit comments

Comments
 (0)