Skip to content

Instantly share code, notes, and snippets.

@AntonMeier
Last active October 17, 2019 13:34
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 AntonMeier/69ae4469a10bee164cbe98dc82849e01 to your computer and use it in GitHub Desktop.
Save AntonMeier/69ae4469a10bee164cbe98dc82849e01 to your computer and use it in GitHub Desktop.
- (void)managerDidRestoreState:(FLICManager *)manager;
{
// The mnager was restored and can now be used.
for (FLICButton *button in manager.buttons)
{
NSLog(@"Did restore Flic: %@", button.name);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment