Skip to content

Instantly share code, notes, and snippets.

@barrettj
Created April 19, 2013 14:35
Show Gist options
  • Save barrettj/5420757 to your computer and use it in GitHub Desktop.
Save barrettj/5420757 to your computer and use it in GitHub Desktop.
CGRectMakeWithDictionaryRepresentation
CGRect rect;
CGRectMakeWithDictionaryRepresentation((__bridge CFDictionaryRef)([NSDictionary dictionaryWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"rect 1 of 500" ofType:@"plist"]]), &rect);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment