答案 0 :(得分:3)
ScanSettings scanSettings = new ScanSettings.Builder()
.setScanMode(ScanSettings.SCAN_MODE_LOW_LATENCY)
.setReportDelay(1) // '0' or not setting any value will lead to callback not fired!
.build();
与iOS无关,它是Swift 2的feature。
无论您在何处使用Swift 2,都可以使用ErrorType。
Xcode弹出窗口确实含糊不清。