Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kenmhaggerty/b03a19191e7b71f401c0c532324bf743 to your computer and use it in GitHub Desktop.
Save kenmhaggerty/b03a19191e7b71f401c0c532324bf743 to your computer and use it in GitHub Desktop.
- (void)didSave {
[[NSNotificationCenter defaultCenter] postNotificationName:@"kPQSurveyDidSaveNotification" object:self userInfo:nil];
[super didSave];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment