Skip to content

Instantly share code, notes, and snippets.

@peterstuart
Created July 30, 2014 14:33
Show Gist options
  • Save peterstuart/485f8edf46288ce85911 to your computer and use it in GitHub Desktop.
Save peterstuart/485f8edf46288ce85911 to your computer and use it in GitHub Desktop.
- (NSSize)intrinsicContentSize {
return NSMakeSize(self.circleDiameter, self.circleDiameter);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment