Browse Source

Update README.md - unwrap pathComponent

`suggestedFilename` is `String?`
Ricardo Pereira 11 năm trước cách đây
mục cha
commit
9c95436af1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -222,7 +222,7 @@ Alamofire.download(.GET, "http://httpbin.org/stream/100", destination: { (tempor
                           as? NSURL {
         let pathComponent = response.suggestedFilename
 
-        return directoryURL.URLByAppendingPathComponent(pathComponent)
+        return directoryURL.URLByAppendingPathComponent(pathComponent!)
     }
 
     return temporaryURL