Skip to content

Commit

Permalink
Updated cover animation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeantimex committed Jun 17, 2017
1 parent d760df0 commit 6f6af02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# How to Implement Collapsible Table Section in iOS

![rocket](screenshots/cover.png)
![rocket](screenshots/cover.gif)

: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!

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

### Demo ###

<img src="screenshots/demo.gif" width="400px">

### How to implement collapsible table sections? ###

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

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.

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

### License ###

This project is licensed under the MIT license, Copyright (c) 2017 Yong Su. For more information see `LICENSE.md`.
Expand Down
Binary file added screenshots/cover.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6f6af02

Please sign in to comment.