Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cozzin/dragdismissible
🍂 Create a view controller that can be dismissed by dragging
https://github.com/cozzin/dragdismissible
Last synced: 2 days ago
JSON representation
🍂 Create a view controller that can be dismissed by dragging
- Host: GitHub
- URL: https://github.com/cozzin/dragdismissible
- Owner: cozzin
- Created: 2018-10-30T13:58:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T01:03:25.000Z (about 6 years ago)
- Last Synced: 2024-10-17T21:17:23.713Z (21 days ago)
- Language: Swift
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DragDismissible
🍂 Create a view controller that can be dismissed by dragging### References
* https://developer.apple.com/documentation/uikit/uiviewcontrollertransitioningdelegate
* http://www.thorntech.com/2016/02/ios-tutorial-close-modal-dragging
* https://stackoverflow.com/a/41438789