Skip to content

Instantly share code, notes, and snippets.

@spotlessicode
Created January 3, 2017 21:35
Show Gist options
  • Save spotlessicode/b244f98a84679b65684e282834dba397 to your computer and use it in GitHub Desktop.
Save spotlessicode/b244f98a84679b65684e282834dba397 to your computer and use it in GitHub Desktop.
- (IBAction)startSync:(id)sender {
NSLog(@"startSync");
AppDelegate *appdelegate =(AppDelegate *)[UIApplication sharedApplication].delegate;
[appdelegate sync];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment