二维码扫描
####支持pod
pod 'JXQRScan', '~> 1.0.0'
JXQRScanStyle *style = [[JXQRScanStyle alloc]init];
// style.isNeedShowRetangle = NO;
// style.retanglePadding = 120;
style.centerUpOffset = 104;
// style.colorRetangleLine = [UIColor redColor];
// style.colorAngle = [UIColor yellowColor];
// style.angleH = 20;
// style.angleW = 40;
// style.angleLineW = 4;
// style.anmiationStyle = JXQRScanAnimationStyleNet;
// style.colorNotRecoginitonArea = [UIColor greenColor];
CustomScanViewController *costomVc = [[CustomScanViewController alloc]init];
costomVc.delegate = self;
costomVc.style = style;
[self.navigationController pushViewController:costomVc animated:YES];
// JXQRScanViewController *vc = [[JXQRScanViewController alloc]init];
// vc.delegate = self;
// vc.style = style;
// [self.navigationController pushViewController:vc animated:YES];