Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have tried to include TabView in my SwiftUI, after inclusion, I found that the bottom of the other UIView is being covered.

I have tried to use GeometryReader in each of my UIView, so that it get the maximum space. However, I found that it is still covered by the TabView unless I try to hide it. Any method to get the space only occupied by the screen (visible area, not include the tab bar at the bottom)?

question from:https://stackoverflow.com/questions/65868953/uiview-hidden-by-tabview

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.1k views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...