Skip to content

Instantly share code, notes, and snippets.

@rconnelly
Created February 27, 2014 19:17
Show Gist options
  • Save rconnelly/9257106 to your computer and use it in GitHub Desktop.
Save rconnelly/9257106 to your computer and use it in GitHub Desktop.
PopupConfirmationViewController *vc = [PopupConfirmationViewController popup:kPopupConfirmationTypeApproved delegate:self];
vc.ppsPayment = self.ppsPayment; // Optional
vc.message = @"Custom Message Here"; // Optional
[vc showWithVC:self];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment