Hello
I have written an app in xamarin forms. the main page of the app consists of a tabbed page with 3 sub pages in it.
when the app starts i want to display a modal to the user first before they get to the main tabs page.
On android i have written a splash screen and display that while these pages get themselves in order and this works great
on iOS however its starting to look pretty ugly
First the splash screen is displayed
Then the splash screen is removed and the main tabbed page is shown
The tabs get completed (i.e. the 3 sub pages are added in)
Then the modal is pushed
all of this looks very clunky
does anyone know of a way to either extend the splash screen in iOS or know of a way to get around this issue
Thanks