private func addNotificationObserver() {NSNotificationCenter.defaultCenter().addObserve...
IP屬地:北京
private func addNotificationObserver() {NSNotificationCenter.defaultCenter().addObserve...
一、過去這么干 我們在iOS開發(fā)中進(jìn)行網(wǎng)絡(luò)請求的時候,一般是獲取到服務(wù)器返回的data后,再根據(jù)我們的需要轉(zhuǎn)換成JSON,圖像等信息: let myURL = NSURL(...