Hi all,
is it possible to move between 2 IphoneScreens.
Explanation :
I have IphoneScreen1 with content View1 (my specific splash screen)
Another, IphoneScreen2 with content : Tabs with view 1 & view 2.
And i would like to move from IphoneScreen1 to IphoneScreen2.
Possible ?
Thanks for your help !
Jerome
[quote=224354:@JrmeLeray]Hi all,
is it possible to move between 2 IphoneScreens.
Explanation :
I have IphoneScreen1 with content View1 (my specific splash screen)
Another, IphoneScreen2 with content : Tabs with view 1 & view 2.
And i would like to move from IphoneScreen1 to IphoneScreen2.
Possible ?[/quote]
AFAIK Xojo iOS won’t allow switching screens.
But you can hide the tab in a view. See the hideTabBar method in https://github.com/Mitchboo/XojoiOSWrapper/tree/master
It is based on the code posted by Paul Lefebvre at https://forum.xojo.com/18176-controlling-tab-bar-visibility