Skip to content

Instantly share code, notes, and snippets.

@zidge
Forked from karlclement/PopupStoreControllerDelegate.m
Last active December 11, 2018 21:38
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 zidge/ba091faa8bee305dfd3bd2d16a887cfa to your computer and use it in GitHub Desktop.
Save zidge/ba091faa8bee305dfd3bd2d16a887cfa to your computer and use it in GitHub Desktop.
Objective-C
- (void)popupStoreLibWasClosed:(PopupStoreController *)lib
{
/*
* Here a user has closed the Pop-up Store controller and it must be dismissed
*/
[self dismissViewControllerAnimated:YES completion:nil];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment