Has anyone got documentation, a code example, or a...
# compose-ios
j
Has anyone got documentation, a code example, or a template for implementing
WindowInsets
on Compose for iOS? I want to draw background content behind the notch. The only reference in the official blog post launching WindowInsets is a link to the Android documentation…. There is no use of
WindowInsets
in the official compose iOS example
j
https://terrakok.github.io/Compose-Multiplatform-Wizard/ If you download this template it has edge-to-edge for both Android and iOS. I think it comes down to ignoreSafeArea(.all) for iOS and then use the WindowInsets API for padding your content below the notch.
👍 1
j
Hmmm.. thanks I’ll check it out
c
You ever resolve this @jQrgen?
j
Nope