Skip to content

Instantly share code, notes, and snippets.

@berikv
Created March 27, 2015 19:46
Show Gist options
  • Save berikv/f17b6e18a8de011ec71f to your computer and use it in GitHub Desktop.
Save berikv/f17b6e18a8de011ec71f to your computer and use it in GitHub Desktop.
Is user a simulator
let simulator = UIDevice.currentDevice().model.rangeOfString("Simulator") != nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment