coolnameismy / BabyBluetooth

:baby: The easiest way to use Bluetooth (BLE )in ios/os ,even bady can use . 一个非常容易使用的蓝牙库,适用于ios和os
MIT License
4.74k stars 1k forks source link

swift 怎么调用链式函数呢 #238

Open hzhh110 opened 3 years ago

hzhh110 commented 3 years ago

OC: self.babyBluetooth.scanForPeripherals().begin();

swift: 不成功,不知道怎么调用 BabyBluetooth.share().scanForPeripherals()()?.begin() .......

hzhh110 commented 3 years ago

不知道怎么的,一开始的peripheralManagerDidUpdateState 可以自己读取到,用swift版本的一开始没获取到