kelc / SaveTheDot

A game developed using UIViewPropertyAnimator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

SaveTheDot

Language License

How to build

  • Clone the repository
$ git clone https://github.com/JakeLin/SaveTheDot.git
  • Open the project in Xcode 8
$ cd SaveTheDot
$ open "SaveTheDot.xcodeproj"

Requirements

  • Xcode 8
  • iOS 10
  • Swift 3

License

Save the Dot is released under the MIT license. See LICENSE for details.

About

A game developed using UIViewPropertyAnimator

License:MIT License


Languages

Language:Swift 100.0%