• Stars
    star
    803
  • Rank 56,286 (Top 2 %)
  • Language
    Swift
  • License
    MIT License
  • Created about 8 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A game developed using UIViewPropertyAnimator

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

BuddyBuild Language Platforms 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.0 (8A218a)
  • iOS 10
  • Swift 3

License

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

More Repositories

1

SwiftLanguageWeather

Swift Language Weather is an iOS weather app developed in Swift 4.
Swift
5,239
star
2

Todo

A todo list app written in Swift
Swift
272
star
3

iOSAnimationSample

This app is an iOS Animation playground to exercise different iOS Animations. The app is written in Swift.
Swift
189
star
4

ChineseZodiac

Chinese Zodiac is an iOS app developed in Swift
Swift
152
star
5

LoveFinder

Love Finder is an iOS App written in Swift
Swift
151
star
6

BeautyGallery

Beauty Gallery is an iOS App written in Swift
Swift
105
star
7

IBCalculator

IBCalculator is an example app to demonstrate how to use @IBDesignable and @IBInspectable
Swift
62
star
8

PokemonStickerPack

PokémonStickerPack is a Pokémon sticker pack for iOS 10 Messages app
57
star
9

Moments-SwiftUI

WeChat-like Moments App implemented using Swift 5.5 and SwiftUI
Swift
47
star
10

ConflictResolver

ConflictResolver is an Apple Watch App written in Swift. It is a typical Rock Paper Scissors game.
Swift
44
star
11

Underscore

Functional programming extensions for cross-platform Swift
Swift
30
star
12

ReactNativeWeather

A weather app developed in React Native. It is the React Native version of SwiftWeather.
JavaScript
22
star
13

cocos2d-meteor

Bring Cocos2d-js and Meteor together.
JavaScript
17
star
14

DuolingoNotes

Duolingo Notes can help the duolingo users save notes during learning.
JavaScript
11
star
15

SchoolZones

An iOS app uses MapKit to display School Zones, it is written in Swift.
Swift
7
star
16

IBPresentation

Slides made in Interface Builder with IBAnimatable for presentations in /dev/world and Yow Connected Conferences
Swift
7
star
17

spritekit-parkour

Packour is a fully functional mini game which is developed using Sprite Kit.
Objective-C
5
star
18

CombinePlayground

A Swift Playground to play around Combine
Swift
5
star
19

crypto-raffle

Crypto Raffle is an example project to demonstrate how to develop Ethereum smart contract and DApp
JavaScript
3
star
20

SwiftWeather-Slides

Slides for Swift Weather app video course.
JavaScript
3
star
21

glossary

A Windows Phone 7 app using XML, Isolated Storage.
C#
3
star
22

ethereum-smart-contract-course

This repo is used for Ethereum Smart contract development course
2
star
23

weex

A framework for building Mobile cross-platform UI
Java
1
star
24

99multiplier

A simple game for practicing multiplications, good for school kids for learning.
TypeScript
1
star
25

ethereum-remittance

A smart contract for remittance running on Ethereum EVM
JavaScript
1
star
26

Meteor2048

A multiplayer online 2048 game made with Meteor
CSS
1
star
27

ruby-basic-slides

Slides for Ruby Basic video course
JavaScript
1
star
28

SwiftAlgorithmsPlayground

Swift playground to play around algorithms
Swift
1
star