【发布时间】:2012-04-12 10:10:02
【问题描述】:
'text' 可能会被弃用,因为接收者类型在 ZXingWidgetController.m 中是未知的
[self presentResultForString:[twoDResult text]];请帮忙
[self presentResultPoints:[twoDResult points] forImage:image usingSubset:subset];
[self performSelector:@selector(alertDelegate:) withObject:[[twoDResult text] copy] afterDelay:0.0];
decoder.delegate = nil;
【问题讨论】:
-
twoDResult 在哪里声明?
-
我从 github 下载了zxing barcode 文件并尝试运行扫描测试,但它不起作用
标签: iphone ios zxing barcode-scanner