I saw this thread but the solution is not what I’m looking for.
I would like to pop up a UIView with an animation similar to how an app appears from the SpringBoard (it seems it comes closer) and make it disappear moving it away.
I’ve tried to animate the frame, but the effect is that the content is not resized: unfortunately I cannot assign constraints to the content of the view; the result should be like if the view is shown with the correct sizes and only the “graphics context” is resized.
Help!
This starts at 10% the size and turns to 100 % of the views size
also remember to
#import <QuartzCore/QuartzCore.h>