Skip to content

Commit

Permalink
Remove disable safe area (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsmartin authored Nov 29, 2023
1 parent a94ef94 commit d6629ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/SnapshotPreviewsCore/View+Snapshot.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ extension View {
if #available(iOS 16, *) {
controller.sizingOptions = .intrinsicContentSize
}
controller._disableSafeArea = true
let view = controller.view!
view.translatesAutoresizingMaskIntoConstraints = false
view.backgroundColor = .clear
Expand Down

0 comments on commit d6629ac

Please sign in to comment.