In the native Photos app on the iPhone, when I share an image by email, a nice animation sequence happens:
- The image shrinks to the center of the screen
- the mail composer slides UNDER the image
- the image is scaled and positioned in the message
How can I achieve a similar effect with my own view controllers? My situation is that I have the image in view controller A, I want to present view controller B modally by sliding it in UNDER the image, and then move the image onto its position within view controller B.
1 Answer