SkillAgentSearch skills...

CodeScanner

QR code and barcode scanner for iOS7 and later

Install / Use

/learn @njuptwangyx/CodeScanner
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CodeScanner

QR code and barcode scanner for iOS7 and later

Preparing Works

Add Privacy - Camera Usage Description to Info.plist.

##Usage

WQCodeScanner *scanner = [[WQCodeScanner alloc] init];
[self presentViewController:scanner animated:YES completion:nil];
scanner.resultBlock = ^(NSString *value) {
UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:value message:@"" delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil];
[alertView show];
};
View on GitHub
GitHub Stars12
CategoryDevelopment
Updated1y ago
Forks5

Languages

Objective-C

Security Score

60/100

Audited on Jul 17, 2024

No findings