0
循環我正在使用外圍設備掃描儀,我有問題,如果循環。 我收到錯誤:「for語句中的預期條件」和「Braced語句塊是未使用的結束語」。這是這個循環:如果問題與外圍設備
func peripheral(peripheral: CBPeripheral!, didDiscoverServices error: NSError!)
{
if let servicePeripheral = peripheral.services as? [CBService]
{
for peripheral.services in CBService
{
println("\(servicePeripheral)")
}
}
}