提交 020e9d5a 编写于 作者: C Christian Noon

Merge pull request #724 from dfmuir/patch-1

......@@ -555,7 +555,7 @@ let manager = Alamofire.Manager(configuration: configuration)
#### Creating a Manager with Background Configuration
```swift
let configuration = NSURLSessionConfiguration.backgroundSessionConfiguration("com.example.app.background")
let configuration = NSURLSessionConfiguration.backgroundSessionConfigurationWithIdentifier("com.example.app.background")
let manager = Alamofire.Manager(configuration: configuration)
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册