iOS Question Multiple screens ?

wl

Well-Known Member
Licensed User
Longtime User
Hi,

This will probably be a very basic question but can't seem to find an answer to it.

My app needs a main screen and a few extra screens for some extra information. Ideally there should be some animation when going from one screen to another and back.
It would need to behave something like https://www.b4x.com/android/forum/t...gs-to-the-default-settings-app.48778/#content

But I can't use this approach since I needed a screen with a dynamic set of parameters.

What would be the best approach ? Is there some example ?

Thanks !
 

Semen Matusovskiy

Well-Known Member
Licensed User
About animation. IOS offers enough many effects. Search samples by CATransition.

But if you make a serious app (not a game), the complex animations are not very actual, because require a lot of time .
Better to use Common Transition Types (fade, moveIn, push, reveal).
 
Upvote 0
Top