最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

超精準(zhǔn)的iOS計(jì)步器實(shí)現(xiàn)代碼

 更新時(shí)間:2016年11月22日 15:58:55   作者:十年一品遇如顏  
這篇文章主要為大家詳細(xì)介紹了超精準(zhǔn)的iOS計(jì)步器實(shí)現(xiàn)代碼,具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下

本文實(shí)例為大家分享了iOS計(jì)步器實(shí)現(xiàn)代碼,供大家參考,具體內(nèi)容如下

#import "ViewController.h"
#import <CoreMotion/CoreMotion.h>

@interface ViewController ()

@property (nonatomic, strong) CMStepCounter *conter;

@property (weak, nonatomic) IBOutlet UILabel *stepLabel;

@end

@implementation ViewController

- (void)viewDidLoad {
 [super viewDidLoad];

 // 1、判斷計(jì)步器是否可用
 if (![CMStepCounter isStepCountingAvailable]) {return;}

 // 2、開始計(jì)步
 [self.conter startStepCountingUpdatesToQueue:[NSOperationQueue mainQueue] updateOn:5 withHandler:^(NSInteger numberOfSteps, NSDate * _Nonnull timestamp, NSError * _Nullable error) {

  self.stepLabel.text = [NSString stringWithFormat:@"一共走了%ld步", numberOfSteps];
 }];

}

- (CMStepCounter *)conter{
 if (_conter == nil) {
  _conter = [[CMStepCounter alloc] init];
 }
 return _conter;
}

效果圖:

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

相關(guān)文章

最新評(píng)論

岳阳县| 三亚市| 蛟河市| 肇州县| 巧家县| 鹰潭市| 巧家县| 绥芬河市| 江北区| 大洼县| 康乐县| 瑞昌市| 竹溪县| 福州市| 丽水市| 贵德县| 乌审旗| 石城县| 尖扎县| 南郑县| 冷水江市| 将乐县| 徐闻县| 定日县| 麻阳| 兴宁市| 桃园县| 阿鲁科尔沁旗| 北京市| 新余市| 九江市| 武安市| 沙坪坝区| 梓潼县| 湘西| 喀喇| 林甸县| 甘肃省| 广饶县| 新源县| 聂荣县|