Open HuginChen opened 7 years ago
Core Bluetooth -> CBManagerstate -> state SDKs iOS 10.0+ tvOS 10.0+
@property(nonatomic, assign, readonly) CBManagerState state;
直接使用CBManagerState 会崩溃的,可以分下版本。 因为是枚举,所以值都是一样的。
Core Bluetooth -> CBManagerstate -> state SDKs iOS 10.0+ tvOS 10.0+
@property(nonatomic, assign, readonly) CBManagerState state;