Commit e9c2d350 authored by Alex朱枝文's avatar Alex朱枝文

扫码看不到返回按钮修复

parent cfefa08f
......@@ -16,11 +16,12 @@ class YHScanViewController: LBXScanViewController {
private let leftOffset = 48.0
/// 扫码支持的类型(可以是单个或多个类型的组合)
var scanTypes: YHScanType? {
didSet {
updateUIForScanType()
}
}
var scanTypes: YHScanType?
// {
// didSet {
// updateUIForScanType()
// }
// }
/// 扫码成功回调
var scanCompletion: YHScanCompletion?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment