CVertex / tryswift2016

All the material from my talk at try! Swift 2016 in Tokyo Japan.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

try! Swift 2016 Presentation

Prototyping Animation

This is all the sample code I used in my presentation at try! Swift 2016, so be sure to check out my talk when it's posted! :D

Example includes a playground that shows making a pokédex that has really animated pokéballs to present pokémon.

Feel free to check out the presentation folder to see slides, and a video will be appended when it's ready! :D

How do I use it?

git clone --recursive https://github.com/b3ll/tryswift2016.git

or

git clone --recursive https://github.com/b3ll/tryswift2016.git
cd tryswift2016
git submodule update --init --recursive

How do I compile?

Xcode 7.3+ is required. Open Arcanine.xcworkspace to see everything!

License?

Pretty much the BSD license, just don't repackage it and call it your own please!

Also if you do make some changes, feel free to make a pull request and help make things more awesome!

Contact Info?

Feel free to follow me on twitter: @b3ll!

About

All the material from my talk at try! Swift 2016 in Tokyo Japan.


Languages

Language:Swift 98.4%Language:Objective-C 1.6%