All Projects → longitachi → QRScan

longitachi / QRScan

Licence: other
二维码/条形码扫描,环境光感应

Programming Languages

objective c
16641 projects - #2 most used programming language

QRScan

二维码/条形码扫描

简书:http://www.jianshu.com/p/7af1c18c32e4

效果图

图是用itool实施桌面录制的,看起来会很卡顿 image

使用方法

- (IBAction)btnScanClick:(id)sender {
    QRScanViewController *vc = [[QRScanViewController alloc] init];
    vc.delegate = self;
    vc.hidesBottomBarWhenPushed = YES;
    [self showViewController:vc sender:nil];
}

//扫描结果回调
- (void)qrScanResult:(NSString *)result viewController:(QRScanViewController *)qrScanVC
{
    
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].