文件名称:WCSHealthkit:Healthkit示例,演示如何授权,读取和写入HealthKit
文件大小:26KB
文件格式:ZIP
更新时间:2024-05-26 20:44:48
Objective-C
WCSHealthkit Healthkit示例,演示如何授权,读取和写入HealthKit。 授权 成功后,您可以重新加载父视图控制器并重新加载将要读取的任何数据。 - (void)authorize:(void (^)(BOOL success))completion; 读 出生日期(MM-dd-yyyy格式) - (NSString*)birthday; 检索存储的身高,体重 - (void)height:(void (^)(double height))completion; - (void)weight:(void (^)(double weight))completion; 自午夜以来的步骤 - (void)steps:(void (^)(double steps))completion; 卡路里(休息,活跃,饮食) - (void)energy:(void (^)(N
【文件预览】:
WCSHealthkit-master
----README.md(1KB)
----WCSHealthKit()
--------WCSHealthKit.m(18KB)
--------WCSHealthKit.h(2KB)
--------WCSHealthKit.entitlements(239B)
----WCSHealthKit.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(14KB)
--------xcuserdata()
----LICENSE(11KB)
----WCSHealthKitExample()
--------AppDelegate.h(394B)
--------ViewController.h(332B)
--------Base.lproj()
--------Assets.xcassets()
--------main.m(451B)
--------Info.plist(1KB)
--------AppDelegate.m(2KB)
--------ViewController.m(8KB)