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:16
j85j85j85j85
max
2017-4-17 09:16
j85j85j85j85
max
2017-4-17 09:16
j85j85j85j85
max
2017-4-17 09:16
j85j85j85j85
max
2017-4-17 09:16
j85j85j85j85
max
2017-4-17 09:16
j85j85j85j85
max
2017-4-17 09:17
j85j85j85j85
max
2017-4-17 09:17
j85j85j85j85
max
2017-4-17 09:17
j85j85j85j85
max
2017-4-17 09:17
j85j85j85j85
max
2017-4-17 09:17
j85j85j85j85
max
2017-4-17 09:17
j85j85j85j85
max
2017-4-17 09:18
j85j85j85j85
max
2017-4-17 09:18
j85j85j85j85
max
2017-4-17 09:18
j85j85j85j85
max
2017-4-17 09:18
j85j85j85j85
max
2017-4-17 09:19
j85j85j85j85
max
2017-4-17 09:19
j85j85j85j85
max
2017-4-17 09:19
j85j85j85j85
max
2017-4-17 09:19
j85j85j85j85
分页: 13/75 8 9 10 11 12 13 14 15 16 17