Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

1 Answer

Yes. It's possible and it's not private. Here you go https://github.com/Split82/HMGLTransitions

share|improve this answer
Neat implementation. – Selvin Mar 8 at 9:33

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.