I hereby claim:
- I am dpanzer on github.
- I am dannypanzer (https://keybase.io/dannypanzer) on keybase.
- I have a public key ASA2r_2ZvoMB7JDYOoYktPdtHfQ0ozIES2fh6-8cNqX51wo
To claim this, I am signing this object:
| @implementation ViewController | |
| //this only needs to be done *ONCE* unless the user chooses to unlink the account at some later time | |
| - (IBAction)btnLinkTouched:(id)sender { | |
| [[BREReceiptManager shared] setupIMAPForProvider:BREReceiptProviderGmail | |
| viewController:self | |
| withCompletion:^(BRSetupIMAPResult result) { | |
| if (result == BRSetupIMAPResultCreatedAppPassword) { | |
| NSLog(@"Account linking successful"); |
I hereby claim:
To claim this, I am signing this object:
| // | |
| // ViewController.swift | |
| // BRSwiftDemo | |
| // | |
| // Created by Danny Panzer on 10/23/17. | |
| // Copyright © 2017 BlinkReceipt. All rights reserved. | |
| // | |
| import UIKit | |
| import BlinkReceipt |
| dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ | |
| UIImage *imgBinary = [self.myScanDelegate createGPUBinaryImage:fixedRotation]; | |
| //UIImageWriteToSavedPhotosAlbum(self.mostRecentBinary, self, @selector(finishedSavingToCameraRoll:didFinishSavingWithError:contextInfo:), nil); | |
| //NSLog(@"About to process image with dimensions %.0f x %.0f", binaryImg.size.width, binaryImg.size.height); | |
| NSLog(@"Starting blink static scan with mostRecentBinary = %p...", imgBinary); | |