Skip to content

Instantly share code, notes, and snippets.

@jk
Forked from futuretap/gist:6920492
Created October 10, 2013 15:44
Show Gist options
  • Save jk/6920570 to your computer and use it in GitHub Desktop.
Save jk/6920570 to your computer and use it in GitHub Desktop.
UIDevice *device = [UIDevice currentDevice];
SEL selector = NSSelectorFromString([device.systemVersion hasPrefix:@"7"] ? @"_deviceInfoForKey:" : @"deviceInfoForKey:");
NSLog(@"DeviceColor: %@ DeviceEnclosureColor: %@", [device performSelector:selector withObject:@"DeviceColor"], [device performSelector:selector withObject:@"DeviceEnclosureColor"]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment