Created
April 19, 2013 14:35
-
-
Save barrettj/5420757 to your computer and use it in GitHub Desktop.
CGRectMakeWithDictionaryRepresentation
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
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