func locationManager(manager: CLLocationManager!, didUpdateLocations locations: [AnyObject]!){ var location: CLLocation = locations [locations.count-1] as CLLocation 不一样的啊。出错是NSArray is not a subtype of 'CLLocation'
Aalizzwell
2014-07-31
2 回答
举报
0/150
提交
取消