01 2021 档案

摘要:touchID 及 API介绍 一、头文件 #import <LocalAuthentication/LocalAuthentication.h> 二、系统版本 iOS 8以上支持touchID //首先判断版本 if (NSFoundationVersionNumber < NSFoundatio 阅读全文
posted @ 2021-01-24 15:17 absty_guo 阅读(632) 评论(0) 推荐(0)
摘要:一、框架 基于 <CoreBluetooth/CoreBluetooth.h> 框架 不要试图继承CoreBluetooth中的任何类,因为重载会导致未知的结果 有两种开发方案,一种是以本地作为中心设备,一种是已远端设备作为中心设备 包含类 外围设备:通常用于发布服务、生成数据、保存数据。外围设备发 阅读全文
posted @ 2021-01-06 17:15 absty_guo 阅读(1343) 评论(0) 推荐(0)