kingsic / SGQRCode

The easy to use bar code and QR code scan library for iOS【支持二维码生成、读取图片中二维码、条形码和二维码扫描】
Apache License 2.0
1.68k stars 368 forks source link

扫描区域调整无效 #188

Open weiqiangcai opened 1 month ago

weiqiangcai commented 1 month ago

修改scanFrame 设置frame后,扫码的位置不在框内,在框外

weiqiangcai commented 1 month ago

加个这个更方便 scanCode.rectOfInterest = [self convertRectOfInterest:CGRectMake()] ; // 将 rect 转换为 rectOfInterest