https://github.com/JakeLin/SaveTheDot
A game developed using UIViewPropertyAnimator
https://github.com/JakeLin/SaveTheDot
animation game interactive-animations ios swift
Last synced: 9 days ago
JSON representation
A game developed using UIViewPropertyAnimator
- Host: GitHub
- URL: https://github.com/JakeLin/SaveTheDot
- Owner: JakeLin
- License: mit
- Created: 2016-06-21T22:35:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T06:16:41.000Z (almost 5 years ago)
- Last Synced: 2025-04-04T22:03:54.298Z (about 1 month ago)
- Topics: animation, game, interactive-animations, ios, swift
- Language: Swift
- Homepage:
- Size: 27.3 KB
- Stars: 807
- Watchers: 23
- Forks: 83
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - SaveTheDot
README
# Save the Dot
Apple introduced `UIViewPropertyAnimator` for iOS 10. We can use this new API to control interactive animations. To experiment `UIViewPropertyAnimator`, we developed this game by using UIKit only 😉 (no Sprite Kit at all 😬). And you can see the animations are very smooth, looking forward to see more interactive animations in iOS 10.

[](https://dashboard.buddybuild.com/apps/5769c29ca1b106010050287a/build/latest)
[](https://swift.org)
[](https://swift.org/about/#platform-support)
[](https://github.com/JakeLin/SaveTheDot/blob/master/LICENSE)## How to build
* Clone the repository
```bash
$ git clone https://github.com/JakeLin/SaveTheDot.git
```* Open the project in Xcode 8
```bash
$ cd SaveTheDot
$ open "SaveTheDot.xcodeproj"
```# Requirements
* Xcode 8.0 (8A218a)
* iOS 10
* Swift 3## License
**Save the Dot** is released under the MIT license. See [LICENSE](https://github.com/JakeLin/SaveTheDot/blob/master/LICENSE) for details.