Skip to content

Instantly share code, notes, and snippets.

@migueltg
Last active May 9, 2017 09:34
Show Gist options
  • Save migueltg/d8625bceb743e8785d2225a04334c0d3 to your computer and use it in GitHub Desktop.
Save migueltg/d8625bceb743e8785d2225a04334c0d3 to your computer and use it in GitHub Desktop.
extension UIDevice {
static var isSimulator: Bool {
return ProcessInfo.processInfo.environment["SIMULATOR_DEVICE_NAME"] != nil
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment