Skip to content

Instantly share code, notes, and snippets.

@sstadelman
Created September 4, 2014 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sstadelman/a28002980eae3411cd9f to your computer and use it in GitHub Desktop.
Save sstadelman/a28002980eae3411cd9f to your computer and use it in GitHub Desktop.
NSNotification listen for kLogonFinished
[[NSNotificationCenter defaultCenter] addObserverForName:kLogonFinished object:nil queue:nil usingBlock:^(NSNotification *note) {
[[DataController shared] fetchTravelAgencies];
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment