Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HayesGordon/swiftui-swipeable-rive-animations
A demo SwiftUI application showing how to create custom swipeable (dismissable) gestures, with a synced Rive animation.
https://github.com/HayesGordon/swiftui-swipeable-rive-animations
Last synced: about 1 month ago
JSON representation
A demo SwiftUI application showing how to create custom swipeable (dismissable) gestures, with a synced Rive animation.
- Host: GitHub
- URL: https://github.com/HayesGordon/swiftui-swipeable-rive-animations
- Owner: HayesGordon
- Created: 2023-02-23T16:43:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T17:57:00.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T21:51:13.984Z (4 months ago)
- Language: Swift
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rive - Swipeable (dismissable) daily TODO app demo - Demonstrates how to create custom swipeable (dismissable) gestures, with a synced Rive animation. (Use Cases / Swipe Interactions)
README
# SwiftUI Swipeable Rive Animations
A demo application showing how to create custom swipeable (dismissable) gestures in SwiftUI, with a synced [Rive](https://rive.app) animation.
https://user-images.githubusercontent.com/13705472/221916855-11848920-d90c-4efb-b4c8-a7e1e8cffc5a.mp4
### Resources
- See the livestream discussing the topic: https://www.youtube.com/watch?v=FOortJ5cY3M
- If you're completely new to SwiftUI and want to understand the Todo logic (Core Data), see [this video](https://www.youtube.com/watch?v=OgYluh5sYBA)
- [Blog post]( https://prafullkumar77.medium.com/swiftui-how-to-make-custom-swipe-able-cell-727a27abdddd) that inspired the swipeable code