Skip to content

Instantly share code, notes, and snippets.

@Anatoli-Petrosyants
Created February 1, 2018 07:47
Show Gist options
  • Save Anatoli-Petrosyants/a822c7af96eefc5d95af73bfd9d68773 to your computer and use it in GitHub Desktop.
Save Anatoli-Petrosyants/a822c7af96eefc5d95af73bfd9d68773 to your computer and use it in GitHub Desktop.
import UIKit
public extension UIApplication {
var statusBarView: UIView? {
return value(forKey: "statusBar") as? UIView
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment