Hi everyone
I am developing app on SwiftUI and I faced a very strange issue which I guess some of you might have already faced.
So I have my View with custom Navigation system, and it works fine on every single iOS starting 13.2 but if I run my app on simulator 13.0 or 13.1, it shows blank screen everywhere I use navigation.
What is even more interesting, if I add NavigationView {} to the top of the content of my view, the content starts to show but with the blank space at the top (I literally use two navigations on one screen)
My question is have anyone already faced similar problems? Is there any solution or this is just a bug of simulator or something? I cannot test on a real device since all of them are running iOS 14 and later and I cannot find an iOS 13 device anywhere.
Please help me someone
I am developing app on SwiftUI and I faced a very strange issue which I guess some of you might have already faced.
So I have my View with custom Navigation system, and it works fine on every single iOS starting 13.2 but if I run my app on simulator 13.0 or 13.1, it shows blank screen everywhere I use navigation.
What is even more interesting, if I add NavigationView {} to the top of the content of my view, the content starts to show but with the blank space at the top (I literally use two navigations on one screen)
My question is have anyone already faced similar problems? Is there any solution or this is just a bug of simulator or something? I cannot test on a real device since all of them are running iOS 14 and later and I cannot find an iOS 13 device anywhere.
Please help me someone