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
{{ message }}
This repository has been archived by the owner on May 27, 2021. It is now read-only.
For now there is only one way to define initial screen - set View.first for specific controller. Though this is pretty straightforward and simple way, but not very handy for some complex cases when application would like to decide which screen is the first one on its own (depends on current data state or for debug purposes). Anyway, it would be nice to have an option to customize InterfaceService#initiateFirstScreen by changing default behavior with something similar to StandardViewResizer or StandardViewShower.
The text was updated successfully, but these errors were encountered:
For now there is only one way to define initial screen - set
View.first
for specific controller. Though this is pretty straightforward and simple way, but not very handy for some complex cases when application would like to decide which screen is the first one on its own (depends on current data state or for debug purposes). Anyway, it would be nice to have an option to customizeInterfaceService#initiateFirstScreen
by changing default behavior with something similar toStandardViewResizer
orStandardViewShower
.The text was updated successfully, but these errors were encountered: