Skip to content

Instantly share code, notes, and snippets.

@sgoodwin
Created August 29, 2011 20:11
Show Gist options
  • Save sgoodwin/1179266 to your computer and use it in GitHub Desktop.
Save sgoodwin/1179266 to your computer and use it in GitHub Desktop.
NSUInteger i = 0;
NSValue *value = [self.points objectAtIndex:i];
CGPoint point = [value CGPointValue];
// Do stuff with your point.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment