Guest User

Untitled

a guest
Jan 18th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. [[NSNotificationCenter defaultCenter] addObserver:self
  2. selector:@selector(keyValueStoreChanged:)
  3. name:NSUbiquitousKeyValueStoreDidChangeExternallyNotification
  4. object:nil];
  5. LOG(@"sync");
  6. [[NSUbiquitousKeyValueStore defaultStore] synchronize];
Add Comment
Please, Sign In to add comment