美文网首页
定位设置

定位设置

作者: 一笔春秋 | 来源:发表于2015-09-11 16:46 被阅读35次

    1,在info.plst中设置以下键值:

    NSLocationAlwaysUsageDescription

    NSLocationWhenInUseUsageDescription

    2,导入CoreLocation库

    3,代理CLLocationManagerDelegate,代码:

    if CLLocationManager.locationServicesEnabled()

    {

    let manger = CLLocationManager()

    manger.startUpdatingHeading()

    manager.startUpdatingLocation()

    }

    相关文章

      网友评论

          本文标题:定位设置

          本文链接:https://www.haomeiwen.com/subject/vsmpcttx.html