草庐IT

ios - CLFloor 在 iOS 8 中返回 nil

所以我试图让CoreLocation中的CLFloor给我数据,而不是在Swift中返回nil,但我没能做到。我尝试了自己的代码和NSHipster的以下代码:importCoreLocationclassLocationManagerDelegate:NSObject,CLLocationManagerDelegate{funclocationManager(manager:CLLocationManager!,didUpdateLocationslocations:AnyObject[]!){letlocation:CLLocation?=locations[0]as?CLLoca