課程
/移動開發(fā)
/iOS
/Swift Weather APP
回調(diào)沒有執(zhí)行
2015-08-17
源自:Swift Weather APP 5-1
正在回答
位置請求換成下邊的代碼: locationManager.requestWhenInUseAuthorization()
? ? ? ? locationManager.requestLocation()
我定義了也沒執(zhí)行....
找到原因了,
let locationManager:CLLocationManager = CLLocationManager()
沒有定義成成員變量,有些不解
舉報
本課程將帶領(lǐng)大家使用Swift語言開發(fā)一個完整的天氣 iOS APP
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2016-04-17
位置請求換成下邊的代碼: locationManager.requestWhenInUseAuthorization()
? ? ? ? locationManager.requestLocation()
2015-10-09
我定義了也沒執(zhí)行....
2015-08-17
找到原因了,
let locationManager:CLLocationManager = CLLocationManager()
沒有定義成成員變量,有些不解