RedBearLab / iOS

Provides a BLE framework for developing BLE App on iOS/OSX platform using RBL BLE Service.
578 stars 288 forks source link

Swift SDK #25

Closed dimohamdy closed 8 years ago

dimohamdy commented 8 years ago

Did Swift SKD ready to use ? did "didUpdateValueForCharacteristic" method implementation in swift finished ?

did we need to chunk date when receive like objc ?

Objc link

Swift link

dimohamdy commented 8 years ago

@Cheong2K any update

Cheong2K commented 8 years ago

Hi, sorry, the swift code was contributed by other developers, I only support objective-c, do you have any problems when using it?

dimohamdy commented 8 years ago

@Cheong2K i want to ask is this finished or still beta @kouky please help me

kouky commented 8 years ago

@dimohamdy the CoreBluetooth peripheral delegate method didUpdateValueForCharacteristic is definitely called by the swift SDK. I used that delegate method and the swift SDK in a recent project, the full write up in on my blog. http://kouky.org/blog/2016/04/09/mavlink-radio-telemetry-for-ios.html