Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsif/ditbouncylayout
UICollectionViewFlowLayout subclass that adds a "bouncy" effect to your collection views similar to the iOS messages app
https://github.com/tsif/ditbouncylayout
Last synced: 21 days ago
JSON representation
UICollectionViewFlowLayout subclass that adds a "bouncy" effect to your collection views similar to the iOS messages app
- Host: GitHub
- URL: https://github.com/tsif/ditbouncylayout
- Owner: tsif
- License: mit
- Created: 2015-06-19T05:18:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T05:25:45.000Z (over 9 years ago)
- Last Synced: 2023-04-05T14:49:16.282Z (over 1 year ago)
- Language: Objective-C
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DITBouncyLayout
UICollectionViewFlowLayout subclass that adds a "bouncy" effect to your collection views similar to the iOS messages app.
Simply create an instance and assign it to the layout property of you cellection view.
Modify the properties of the UIAttachmentBehavior's found within and the scroll resistance to customise the effect to your own needs.