ios-samples/TransitionsDemo
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
Screenshots Add new iOS 7 samples 2014-02-19 14:02:06 -09:00
TransitionsDemo Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
README.md onboard missing samples 2019-08-02 09:09:43 -07:00
TransitionsDemo.sln Add new iOS 7 samples 2014-02-19 14:02:06 -09:00

README.md

name description page_type languages products extensions urlFragment
Xamarin.iOS - Transitions Demo Shows how to create custom view controller transitions. Transitions can be used in a range of contexts: push, pop, modal... (iOS7) sample
csharp
xamarin
tags
ios7
transitionsdemo

Transitions Demo

This sample shows how to create custom view controller transitions in iOS 7. Transitions can be used in a range of contexts: push, pop, modal etc. Sample project provides a library of custom animations which can be dropped directly into your project. It also has a number of 'interaction controllers' which can be used with any of the custom animations in order to make your transitions interactive.

Library currently contains the following transition animations:

Flip Fold Crossfade Explode
Flip transition Fold transition Cross fade transition Explode transition
Turn Cards
Turn transition Card transition