Skip to content

Instantly share code, notes, and snippets.

@kylefox
Created February 2, 2012 21:36
Show Gist options
  • Save kylefox/1725919 to your computer and use it in GitHub Desktop.
Save kylefox/1725919 to your computer and use it in GitHub Desktop.
-(void) setCaptionVisible:(BOOL)showCaption {
_captionVisible = showCaption;
_captionLabel.hidden = !_captionVisible;
_captionLabelContainer.hidden = !_captionVisible;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment