Skip to content

Commit

Permalink
Update Sources/EpoxyBars/BarModel/SwiftUI.View+BarModel.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Bryn Bodayle <bryn.bodayle@gmail.com>
  • Loading branch information
miguel-jimenez-0529 and brynbodayle authored Nov 10, 2023
1 parent 5d5f372 commit e877b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/EpoxyBars/BarModel/SwiftUI.View+BarModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extension View {
/// - dataID: An ID that uniquely identifies this item relative to other items in the
/// same collection.
/// - reuseBehavior: The reuse behavior of the `EpoxySwiftUIHostingView`.
/// - ignoreSafeArea: Weather or not the underlying`EpoxySwiftUIHostingController` will ignore its safe area.
/// - ignoreSafeArea: Whether or not the underlying `EpoxySwiftUIHostingController` will ignore its safe area.
/// Only set this to `false` when installing this BarModel using `BarContainerInsetBehavior.barHeightContentInset` or `BarContainerInsetBehavior.none`.
public func barModel(
dataID: AnyHashable? = nil,
Expand Down

0 comments on commit e877b05

Please sign in to comment.