DAExpandAnimation
DAExpandAnimation copied to clipboard
A custom modal transition that presents a controller with an expanding effect while sliding out the presenter remnants.
I really love this animation but I need to use it with a navigation controller. The problem I'm having is that to add the toViewController to the navigation stack I...
Added clip to the bounds so that the content does not extend beyond the sliding view
Set frontView frame in expanding animation _after_ calling prepareExpandingView (animation adapter might want to work with the original frame, for instance for creating a snapshot view...).