I have two views in my app and I want to switch them foreground or background with animation. I like the way iOS does it when I fast-switch between applications (double tap the home button and tap any app).
Is it possible to use that animation directly? (It's OK if it's private, I am not selling my app, just for study purpose.)
If not, is there a way to implement that animation myself? References or examples are very much appreciated!
Thanks in advance.
Leo