You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/EpoxyBars/BarModel/SwiftUI.View+BarModel.swift
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,21 +11,17 @@ extension View {
11
11
/// - dataID: An ID that uniquely identifies this item relative to other items in the
12
12
/// same collection.
13
13
/// - reuseBehavior: The reuse behavior of the `EpoxySwiftUIHostingView`.
14
-
/// - ignoreSafeArea: Whether or not the underlying `EpoxySwiftUIHostingController` will ignore its safe area.
15
-
/// Only set this to `false` when installing this BarModel using `BarContainerInsetBehavior.barHeightContentInset` or `BarContainerInsetBehavior.none`.
0 commit comments