摘要:
在用CoreBluetooth 做蓝牙数据传输时,把设备设为周边设备报此错误:Characteristics with cached values must be read-only经查询是因为在构造 Characteristic 时设置了 Value,根据官方说明,当Value 不是nil 时,只... 阅读全文
摘要:
Chapter 28 UIStoryboard1. A segue moves another view controller’s view onto the screen when triggered and is represented by an instance of UIStoryboar... 阅读全文