Skip to content

Instantly share code, notes, and snippets.

@leafduo
Created October 29, 2012 07:59
Show Gist options
  • Select an option

  • Save leafduo/3972253 to your computer and use it in GitHub Desktop.

Select an option

Save leafduo/3972253 to your computer and use it in GitHub Desktop.
[self addObserverForKeyPath:@"myComment" task:[](id obj, NSDictionary *change) {
[self->_myCommentButton setTitle:self.myComment forState:UIControlStateNormal];
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment