當沒有互聯網時,我的應用程序崩潰。這是因爲如果沒有互聯網,防止應用程序崩潰
NSDictionary *result = [NSJSONSerialization JSONObjectWithData:jsonData
options:NSJSONReadingMutableContainers error:&error];
返回錯誤'data parameter is nil'
。
如何防止崩潰,因爲我使用SDWebImage緩存jsonData
。 所以它應該仍然存在,即使沒有互聯網!
爲什麼倒票? – maxisme