Skip to content

Instantly share code, notes, and snippets.

@kylefox
Created March 6, 2012 22:21
Show Gist options
  • Save kylefox/1989407 to your computer and use it in GitHub Desktop.
Save kylefox/1989407 to your computer and use it in GitHub Desktop.
Some objective-c
- (void)setFullSize:(CGSize)fullSize
{
_fullSize = fullSize;
[self setNeedsLayout];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment