Skip to content

Instantly share code, notes, and snippets.

@rodericj
Created September 17, 2014 17:25
Show Gist options
  • Save rodericj/ca78f1128e29b041ae39 to your computer and use it in GitHub Desktop.
Save rodericj/ca78f1128e29b041ae39 to your computer and use it in GitHub Desktop.
UIDevice* thisDevice = [UIDevice currentDevice];
if(thisDevice.userInterfaceIdiom == UIUserInterfaceIdiomPad) {
self.imageHeightConstraint.constant = 270;
self.imageWidthConstraint.constant = 250;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment