最新回答 / qq_書上說_0
我的也是出不來,?func locationManager(_ manager: CLLocationManager, didUpdateLocations locations: [CLLocation])? ? {? ? ? ? let location:CLLocation = locations[locations.count - 1] as CLLocation? ? ? ? if (location.horizontalAccuracy > 0) {? ? ? ? ? ? print(lo...
2017-05-17
AFHTTPrequestOerationManager在Swift3.0已經(jīng)棄用了,現(xiàn)在是用AFHTTPSessionManager
2017-02-26