Second question, how do I get rid of this bottom e...
# compose-ios
g
Second question, how do I get rid of this bottom empty bar? I’m using a standard compose
Scaffold
and it works fine on all platforms besides IOS, is this a bug? Thread in Slack Conversation
👍 1
d
Yes, your fix with ignoreSafeArea is correct! We are also doing the same in our template https://github.com/JetBrains/compose-multiplatform-ios-android-template/blob/main/iosApp/iosApp/ContentView.swift#L16