1. CNCopyCurrentNetworkInfo iOS 13 支持
https://www.jianshu.com/p/d45a26a60bc7
2. dark mode 适配,可以选择不支持dark模式,最简介

3. 不支持dark mode 后,仍然会有一些细节问题
3.1 accessoryType=UITableViewCellAccessoryDisclosureIndicator;时UI异常

3.2 - (void)centralManager:(CBCentralManager*)central didDiscoverPeripheral:(CBPeripheral*)peripheral advertisementData:(NSDictionary*)advertisementData RSSI:(NSNumber*)RSSI
蓝牙广播中的 advertisementData 数据有格式有改变
网友评论