Skip to content

Instantly share code, notes, and snippets.

@wjlafrance
Created November 14, 2012 01:09
Show Gist options
  • Save wjlafrance/4069553 to your computer and use it in GitHub Desktop.
Save wjlafrance/4069553 to your computer and use it in GitHub Desktop.
// writing
[object setValue:[NSData dataWithBytes:&rect length:sizeof(rect)] forKey:@"rect"];
// reading
CGRect rect;
[[object valueForKey:@"rect"] getBytes:&rect];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment