I'm currently trying to do a login screen for an app. It is composed of a big logo, and under it are two textfields for login and passord, and a button.
When a textfield has focus, there is nice animation that makes all the elements go up so they are not hidden by the keyboard, and the logo vanishes. When the textfield loses focus, everything goes back to its normal state.
My problem is when going from one textfield to another. Both animations are triggered, so the logo briefly appears and disappears, which is not very professional.
The keyboard, homever, does not disappear and appear again, so i guess Apple uses a special trick to prevent it.
How can I achieve the same thing with my animation ?