美文网首页
anf超时时间设置

anf超时时间设置

作者: 码农淏 | 来源:发表于2016-12-03 16:24 被阅读9次

进入AFURLRequestSerialization.m 找到 - (NSMutableURLRequest *)requestWithMethod:(NSString *)method URLString:(NSString *)URLString parameters:(id)parameters error:(NSError *__autoreleasing *)error 方法,在mutableRequest.HTTPMethod = method的下面添加mutableRequest.timeoutInterval = 你想设定的时间;

相关文章

网友评论

      本文标题:anf超时时间设置

      本文链接:https://www.haomeiwen.com/subject/awscmttx.html