Skip to content

Commit

Permalink
Added visual examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Rogers committed Mar 4, 2015
1 parent b9a4eb7 commit c2451d9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ Thread Safety

SwipeView is derived from UIView and - as with all UIKit components - it should only be accessed from the main thread. You may wish to use threads for loading or updating SwipeView contents or items, but always ensure that once your content has loaded, you switch back to the main thread before updating the SwipeView.

Examples
--------------
### Controls Example
![controls](http://g.recordit.co/mDJordMqdm.gif)

### Paging Example
![paging](http://g.recordit.co/RKT9OEHboL.gif)

Installation
--------------
Expand Down Expand Up @@ -387,4 +394,4 @@ Version 1.0

Version 0.9

- Prerelease version.
- Prerelease version.

0 comments on commit c2451d9

Please sign in to comment.