Skip to content

Instantly share code, notes, and snippets.

@kzsg
Created July 29, 2012 12:28
Show Gist options
  • Save kzsg/3198370 to your computer and use it in GitHub Desktop.
Save kzsg/3198370 to your computer and use it in GitHub Desktop.
def ui_user_interface_idiom
if UIDevice.currentDevice.respondsToSelector("userInterfaceIdiom")
UIDevice.currentDevice.userInterfaceIdiom
else
UIUserInterfaceIdiomPhone
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment