https://github.com/hacktoolkit/htk-ios-animationexercises
https://github.com/hacktoolkit/htk-ios-animationexercises
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hacktoolkit/htk-ios-animationexercises
- Owner: hacktoolkit
- Created: 2014-10-07T17:50:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-07T17:56:24.000Z (over 11 years ago)
- Last Synced: 2025-01-22T20:16:05.283Z (about 1 year ago)
- Language: Swift
- Size: 367 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
htk-ios-AnimationExercises
==========================
This is just some basic animation and gesture recognition stuff
[CodePath iOS Bootcamp](http://codepath.com/iosbootcamp) September 2014 - Week 4 Lab
## GIF Screen Cap
Here's an animated GIF (made with [LiceCAP](http://www.cockos.com/licecap/)) of what it looks like:
----
## Download and Build Instructions
* Clone the repository
* Install [CocoaPods](http://cocoapods.org/)
* `sudo gem install cocoapods`
* Install Pods
* `pod install`
* Run it!