Skip to content

Instantly share code, notes, and snippets.

@evanostroski
Last active December 2, 2016 19:06
Show Gist options
  • Save evanostroski/ad9ca0ca4e14e3724fbe558671ad4c27 to your computer and use it in GitHub Desktop.
Save evanostroski/ad9ca0ca4e14e3724fbe558671ad4c27 to your computer and use it in GitHub Desktop.
// Changed this:
[Gigya showPluginDialogOver:self
plugin:@"accounts.screenSet"
parameters:@{@"screenSet":@"Mobile-login-shea", @"startScreen":@"gigya-register-screen"}
completionHandler:^(BOOL closedByUser, NSError * _Nullable error) {
}
// To this
[Gigya showPluginDialogOver:self
plugin:@"accounts.screenSet"
parameters:@{@"screenSet":@"Mobile-login-shea"}
completionHandler:^(BOOL closedByUser, NSError * _Nullable error) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment