Skip to content

Instantly share code, notes, and snippets.

@Koze
Created April 24, 2015 22:01
Show Gist options
  • Save Koze/797e95885f9807ef1bf5 to your computer and use it in GitHub Desktop.
Save Koze/797e95885f9807ef1bf5 to your computer and use it in GitHub Desktop.
preferredContentSizeCategory with Apple Watch Simulator
- (void)logSizeCategory
{
NSLog(@"%@", [WKInterfaceDevice currentDevice].preferredContentSizeCategory);
// 38mm UICTContentSizeCategoryS
// 42mm UICTContentSizeCategoryL
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment