Skip to content

Instantly share code, notes, and snippets.

@SwapnanilDhol
Last active February 23, 2020 09:22
Show Gist options
  • Save SwapnanilDhol/ceb7e6d6b2529fa3e2c6e853655ed3d3 to your computer and use it in GitHub Desktop.
Save SwapnanilDhol/ceb7e6d6b2529fa3e2c6e853655ed3d3 to your computer and use it in GitHub Desktop.
DeviceType
guard let type = UIDevice.current.deviceType else {return}
print(type)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment