You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a stack of scenes in iOS, scene 3 is on top:
scene 1 - scene 2 - scene 3
Scene 1 & scene 2 don't need re-rendering since they are not visible
Actual behaviour
Scene 1 & scene 2 are being rendered
Is this a limitation of UINavigationController? When I have a performance hogging module like a MapView in scene 1 this slows down the app even if only scene 3 is visible.
Thanks for clarifications.
The text was updated successfully, but these errors were encountered:
Version
Expected behaviour
I have a stack of scenes in iOS, scene 3 is on top:
scene 1 - scene 2 - scene 3
Scene 1 & scene 2 don't need re-rendering since they are not visible
Actual behaviour
Scene 1 & scene 2 are being rendered
Is this a limitation of UINavigationController? When I have a performance hogging module like a MapView in scene 1 this slows down the app even if only scene 3 is visible.
Thanks for clarifications.
The text was updated successfully, but these errors were encountered: