issues
search
RedBearLab
/
iOS
Provides a BLE framework for developing BLE App on iOS/OSX platform using RBL BLE Service.
578
stars
288
forks
source link
Fix Swift 2.2 deprecation warnings
#23
Closed
kouky
closed
8 years ago
kouky
commented
8 years ago
[x] Use
#selector
instead of explicitly constructing a
Selector
[x] C-style for statement is deprecated and will be removed in a future version of Swift
[x]
++
is deprecated: it will be removed in Swift 3
#selector
instead of explicitly constructing aSelector
++
is deprecated: it will be removed in Swift 3