Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中使用了 UIWebView 并想下载该文件。我已经提到了这个SO question
我想知道是否有办法知道 NSURLRequest 是普通链接还是下载文件的链接。
问候,尼拉夫
NSURL 有一个方法'isFileURL'
[request.URL isFileURL]