Last active
September 14, 2016 23:55
-
-
Save aaustin/7bc1bd29fff9668ab835d827d151b6a7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pragma mark NSUserActivity Delegate Methods | |
- (void)userActivityWillSave:(NSUserActivity *)userActivity { | |
// self.userInfo is an instance dictionary of keys and values that you associate with the NSUserActivity | |
[userActivity addUserInfoEntriesFromDictionary:self.userInfo]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment