ios-samples/CollectionViewTransition
conceptdev abe75659ca onboard missing samples 2019-08-01 19:45:18 -07:00
..
CollectionViewTransition Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
Screenshots [iOS7] Add new samples 2013-09-18 13:23:40 -04:00
CollectionViewTransition.sln [iOS7] Add new samples 2013-09-18 13:23:40 -04:00
Metadata.xml Fix metadata file 2016-09-08 18:00:01 -03:00
README.md onboard missing samples 2019-08-01 19:45:18 -07:00

README.md

name description page_type languages products extensions urlFragment
Xamarin.iOS - CollectionView Transition T"Illustrates how to create a custom transition when navigating between two collection views in a navigation hierarchy (iOS7)" sample
csharp
xamarin
tags
ios7
collectionviewtransition

CollectionViewTransition

This sample illustrates how to create a custom transition when navigating between two collection views in a navigation hierarchy managed by a navigation controller.

The application has two view collection view controllers that display images. The first is a stack view, the second is a grid view. You can transition from the stack to the grid by tapping on the stack. You can also use a pinch gesture, in which case you can control the speed of, and even reverse, the transition.

The sample exhibits the known issue that exists in the corresponding Apple sample, after pinching the collection view (in Grid Layout) becomes empty.

This is a port of Apple's iOS7 sample CollectionViewTransition. Link to Apple's sample: https://developer.apple.com/downloads/index.action?name=WWDC%202013#