ASIHTTPRequest 类库在iOS 7.0中,会有一些报错警告,需要稍作修改:
1、
修改成:
2、
修改成:
1、
if ([inputStream streamStatus] == NSStreamEventErrorOccurred) {
修改成:
if ([inputStream streamStatus] == (NSStreamStatus)NSStreamEventErrorOccurred) {
2、
return [[NSDate date] addTimeInterval:maxAge];
修改成:
return [[NSDate date] dateByAddingTimeInterval:maxAge];
max
2017-4-17 09:12
j85j85j85j85
max
2017-4-17 09:12
j85j85j85j85
max
2017-4-17 09:12
j85j85j85j85
max
2017-4-17 09:13
j85j85j85j85
max
2017-4-17 09:13
j85j85j85j85
max
2017-4-17 09:13
j85j85j85j85
max
2017-4-17 09:13
j85j85j85j85
max
2017-4-17 09:13
j85j85j85j85
max
2017-4-17 09:13
j85j85j85j85
max
2017-4-17 09:14
j85j85j85j85
max
2017-4-17 09:14
j85j85j85j85
max
2017-4-17 09:14
j85j85j85j85
max
2017-4-17 09:14
j85j85j85j85
max
2017-4-17 09:14
j85j85j85j85
max
2017-4-17 09:14
j85j85j85j85
max
2017-4-17 09:15
j85j85j85j85
max
2017-4-17 09:15
j85j85j85j85
max
2017-4-17 09:15
j85j85j85j85
max
2017-4-17 09:15
j85j85j85j85
max
2017-4-17 09:15
j85j85j85j85
分页: 12/75 7 8 9 10 11 12 13 14 15 16