Question: I’m a SwiftUI trainee. On this particular view below there is an issue like in the image. While .ignoreSafeArea(.bottom) or .edgesIgnoreSafeArea(.bottom) works on preview. It does not work on the simulator. I would like to learn is it a ...

Question: I have the following screen and this is the code: the problem is that I want to use SafeArea and bottomBarMatch and Scaffold have different colors. I would like that space below the bottom bar to be of the ...