We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bf97f commit 472134eCopy full SHA for 472134e
Sources/UIComponent/Components/View/SwiftUI.swift
@@ -42,6 +42,7 @@ class SwiftUIHostingView: UIView {
42
hostingController.rootView = swiftUIView
43
} else {
44
hostingController = UIHostingController(rootView: swiftUIView)
45
+ hostingController?._disableSafeArea = true
46
if #available(iOS 16.0, *) {
47
hostingController?.sizingOptions = .intrinsicContentSize
48
}
0 commit comments