Saelyria / AnimationsDemo

A demo app demonstrating animating in iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS Animations Demo

iPad Demo App

This is a demo iPad app that shows how to animate views and transitions on iOS. It includes code samples, live interactions, and explanations for all demonstrated API. Specifically, it demonstrates using one-off, closure-based animations using UIView's animate(withDuration:animations:completion), using iOS 10's UIViewPropertyAnimator, and includes a quick demo of iOS's built-in transition animations.

iPad Demo App

PuppyViewer

This repository also includes a 'PuppyViewer' sample app that demonstrates a simple custom UIViewController transition animation.

PuppyViewer

About

A demo app demonstrating animating in iOS.


Languages

Language:Swift 74.5%Language:Makefile 17.8%Language:Objective-C 7.8%