-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Content is hidden behind TabBar #15
Comments
Hello, @twodayslate! I will look into this issue on my free time Thanks :) |
Since the TabBar can also be floating, by default, content can fall behind it. If you don't want that behaviour, add a bottom padding of the height of your TabBar. @onl1ner maybe it would be a nice feature to be able to specify it as not floating and automatically modify the content's area. |
My solution was based on
|
'safeAreaInset(edge:alignment:spacing:content:)' should work but it is only available in > iOS 15.0 |
Saved my life. 👍🏻 |
The text was updated successfully, but these errors were encountered: