- (void) jsonDataParse / / ok
{
NSError * error;
/ / _resultDic = [NSJSONSerialization JSONObjectWithData: _resultData options: NSJSONWritingPrettyPrinted error: & error];
self.resultDic = [NSJSONSerialization JSONObjectWithData: self.resultData options: NSJSONWritingPrettyPrinted error: & error];
NSLog (@ "DIc: ------------ count:% @", _resultDic);
if (error! = nil) {
NSLog (@ "JSON parsing error occurred:% @", error);
}
/ / Parse Dic data, video results obtained from the information / / You can also get information
page
_resultArray = [_resultDic objectForKey: @ "results"];
[Self.tableView reloadData];
}
Guiqiu expert
Reply:
2013-12-07 10:42:43.486 tableViewCell Add ScrollView achieve dynamic slide [937: a0b] DIc: ------------ count: {
"Error_code" = 33751044;
"Error_info" = "Out rate limit";
}
No comments:
Post a Comment