提交 5f4ef039 编写于 作者: D David F. Muir V

Update README.md

In README.md section "Creating a Manager with Background Configuration": replaced reference to deprecated method backgroundSessionConfiguration of NSURLSessionConfiguration with the new method as of iOS 8.0 called backgroundSessionConfigurationWithIdentifier
上级 0af6d647
......@@ -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.
先完成此消息的编辑!
想要评论请 注册