Explorar o código

Update README.md - unwrap pathComponent

`suggestedFilename` is `String?`
Ricardo Pereira %!s(int64=11) %!d(string=hai) anos
pai
achega
9c95436af1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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