ios-samples/TransitionsDemo
Justin Johnson 5bcf0993b7 Jusjohns gallery updates (#376)
* batch run on readme files

* Some manual fixes that couldn't parse

* Some more batch fixes

* Fixed final two edge cases

* Manual fix of a parse error

* Missed bad md whitespace

* Another manual fix of parser error

* Some minor parse fixes
2019-07-18 16:35:50 -07:00
..
Screenshots Add new iOS 7 samples 2014-02-19 14:02:06 -09:00
TransitionsDemo Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
README.md Jusjohns gallery updates (#376) 2019-07-18 16:35:50 -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 technologies urlFragment
Xamarin.iOS - 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
csharp
xamarin
xamarin-ios
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
Turn Cards

Transitions Demo application screenshot

Authors

Oleg Demchenko