Transitions between screen on iOS

For consistency, let's leave slide-up transitions. Currently, we have many screens sliding up from the bottom of the screen.

Android:

android

iOS:

iOS

For consistency, let's leave slide-up transitions. Currently, we have many screens sliding up from the bottom of the screen.

Yes, we should change most of it. I get the impression there's a few that might be better left modal (slide up, with close/done button rather than back button). But we can assume all of them until we come across exceptions.

Another point for consideration is iOS 13 shows modal dialogs (programmatic choice) differently than previous versions

25%20PM