Created
December 25, 2016 21:23
-
-
Save SAllen0400/75fe441fb1603265c27bdae9b41787ef to your computer and use it in GitHub Desktop.
Using Screen Size Struct
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if DeviceTypes.iPhone5 || DeviceTypes.iPhone7Zoomed { | |
// Do any iPhone 5 (or iPhone7 Zoomed mode) specific code here | |
} | |
if DeviceTypes.iPhone7PlusStandard { | |
// Do any iPhone 7 Plus specific code here | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment