Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakelin/savethedot
A game developed using UIViewPropertyAnimator
https://github.com/jakelin/savethedot
animation game interactive-animations ios swift
Last synced: about 17 hours 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T06:16:41.000Z (over 4 years ago)
- Last Synced: 2024-11-12T19:42:13.091Z (7 days ago)
- Topics: animation, game, interactive-animations, ios, swift
- Language: Swift
- Homepage:
- Size: 27.3 KB
- Stars: 805
- Watchers: 24
- Forks: 84
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.
![SaveTheDot](https://cloud.githubusercontent.com/assets/573856/16248754/90150c2a-3854-11e6-9ee1-c2e4f228a9b6.gif)
[![BuddyBuild](https://dashboard.buddybuild.com/api/statusImage?appID=5769c29ca1b106010050287a&branch=master&build=latest)](https://dashboard.buddybuild.com/apps/5769c29ca1b106010050287a/build/latest)
[![Language](https://img.shields.io/badge/language-Swift%203-orange.svg)](https://swift.org)
[![Platforms](https://img.shields.io/badge/platform-ios-lightgrey.svg)](https://swift.org/about/#platform-support)
[![License](https://img.shields.io/github/license/JakeLin/SaveTheDot.svg?style=flat)](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.