Skip to content

njuptwangyx/CodeScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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];
};

About

QR code and barcode scanner for iOS7 and later

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published