locooo

Results 3 issues of locooo

When I compile wechat_qrcode in opencv4.6.0 and 4.7.0, using wechat_qrcode in iOS will crash immediately when scanning a picture with a QR code. The crash will happen in detectAndDecode and...

import Foundation import RealmSwift import HandyJSON class HomeHandyJson: Object, HandyJSON { // @Persisted @Persisted var is_expire: String? @Persisted var use_result_imgs: MyResullt? required override init(){ super.init() } } class MyResullt: Object,...

不能再单个swift viewController中 拦截返回事件