Skip to content

Commit

Permalink
추가 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimTaeHyeong17 committed Jul 1, 2024
1 parent eb12807 commit b3eff09
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Sources/Controller/SheetContentsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ open class SheetContentsViewController: UICollectionViewController, SheetContent
}

private var statusBarHeight: CGFloat {
if #available(iOS 13.0, *) {
return UIApplication.shared.windows.first { $0.isKeyWindow }?.windowScene?.statusBarManager?.statusBarFrame.height ?? 0
} else {
return UIApplication.shared.statusBarFrame.height
}
return UIApplication.shared.windows.first { $0.isKeyWindow }?.windowScene?.statusBarManager?.statusBarFrame.height ?? 0
}

public var contentScrollView: UIScrollView {
Expand Down

0 comments on commit b3eff09

Please sign in to comment.