Explorar el Código

Update README.md - unwrap pathComponent

`suggestedFilename` is `String?`
Ricardo Pereira hace 11 años
padre
commit
9c95436af1
Se han modificado 1 ficheros con 1 adiciones y 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