Photo Identification Bank card number

Source: Internet
Author: User

#import"ViewController.h"#import"CardIO.h"@interface Viewcontroller ()<CardIOPaymentViewControllerDelegate>@end @implementation Viewcontroller- (void) viewdidload {[Super viewdidload]; UIButton* BTN =[UIButton Buttonwithtype:uibuttontypecustom]; Btn.frame= CGRectMake ( -, -, -, -); Btn.backgroundcolor=[Uicolor Cyancolor];    [Btn addtarget:self Action: @selector (PRESSBTN) forcontrolevents:uicontroleventtouchupinside]; [Self.view addsubview:btn];}-(void) pressbtn{Cardiopaymentviewcontroller*scanviewcontroller =[[Cardiopaymentviewcontroller alloc] initwithpaymentdelegate:self]; Scanviewcontroller.modalpresentationstyle=Uimodalpresentationformsheet;        [Self Presentviewcontroller:scanviewcontroller animated:yes completion:nil]; }#pragmamark-cardiopaymentviewcontrollerdelegate-(void) Userdidprovidecreditcardinfo: (cardiocreditcardinfo *) Info inpaymentviewcontroller: (Cardiopaymentviewcontroller *) Paymentviewcontroller {NSLog (@"Scan succeeded with info:%@", info); //Do whatever needs to is done to deliver the purchased items.[self dismissviewcontrolleranimated:yes completion:nil]; UILabel* label =[[UILabel alloc]init]; Label.frame= CGRectMake ( -, -, -, -); Label.text= [NSString stringWithFormat:@"Received Card Info. Number:%@, expiry:%02lu/%lu, CVV:%@.", Info.redactedcardnumber, (unsignedLong) Info.expirymonth, (unsignedLong) Info.expiryyear, INFO.CVV];}- (void) Userdidcancelpaymentviewcontroller: (Cardiopaymentviewcontroller *) Paymentviewcontroller {NSLog (@"User cancelled Scan"); [Self Dismissviewcontrolleranimated:yes completion:nil];}-(void) Viewwillappear: (BOOL) animated{[cardioutilities preload];}

Photo Identification Bank card number

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.