This example shows how to make an interactive presentation transition with "real-world" physics similar to iOS's notifications screen.
To start with, we need a presenting view controller that the shade will appear over. This view controller will also act as our UIViewControllerTransitio...