ErrorType - 仅限iOS9?

时间:2015-12-03 12:15:01

标签: ios swift error-handling swift2 ios9

根据Xcode的文档,ErrorType适用于iOS 9及更高版本。 我尝试在iOS 8.3模拟器上使用它并且它工作得很好。 这是文档错误吗?或者我错过了什么?

enter image description here

1 个答案:

答案 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弹出窗口确实含糊不清。