ios-samples/CollectionViewTransition
olegoid 58c5e8c813 Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
..
CollectionViewTransition Pull from upstream 2015-01-19 20:39:40 +05:30
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 Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
README.md [CollectionViewTransition] fixing encoding issue in README 2013-10-21 20:14:37 +01:00

README.md

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#