We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65131a0 commit cd76059Copy full SHA for cd76059
UIExpandableCVCellKit/Extensions.swift
@@ -8,16 +8,16 @@
8
9
import Foundation
10
11
-extension UIApplication {
12
-
13
- /// Handy helper to get access to the statusBar's view
14
- var statusBarView: UIView? {
15
- guard let statusBarView = UIApplication.shared.value(forKeyPath: "statusBarWindow.statusBar") as? UIView else {
16
- return nil
17
- }
18
- return statusBarView
19
20
-}
+//extension UIApplication {
+//
+// /// Handy helper to get access to the statusBar's view
+// var statusBarView: UIView? {
+// guard let statusBarView = UIApplication.shared.value(forKeyPath: "statusBarWindow.statusBar") as? UIView else {
+// return nil
+// }
+// return statusBarView
+//}
21
22
extension CGFloat {
23
0 commit comments