README.md

# PhotoTransitioning: Using UIViewPropertyAnimator to create a fully interative and interruptible custom view controller transition.
 
This application demonstrates the usage of UIViewPropertyAnimator to create a fully interative and interruptible custom view controller transition. This application is a simple photo application that displays a grid of photos. Tap a photos to initiate a custom transition to into a one-up view of the photo. Once in one-up, drag down with one finger to interactively dismiss the one-up view controller. Put a finger down on the photo at any point during the transition to interrupt it.
 
## Requirements
 
### Build
 
Xcode 8.0 or later; iOS 10.0 SDK or later
 
### Runtime
 
iOS 10.0 or later
 
Copyright (C) 2016 Apple Inc. All rights reserved.