Skip to content

Commit

Permalink
Add programmatic vs interactive upload distinction to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnine committed Feb 15, 2021
1 parent 9472b7b commit 9b51fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ config.callbackURLScheme = "filestackdemo"
let client = Filestack.Client(apiKey: "YOUR-API-KEY", security: security, config: config)
```

### Uploading local files
### Uploading files programmatically

```swift
let localURL = URL(string: "file:///an-app-sandbox-friendly-local-url")!
Expand All @@ -151,7 +151,7 @@ let uploader = client.upload(using: localURL, uploadProgress: { (progress) in
}
```

### Uploading photos and videos from the Photo Library, Camera or Documents
### Uploading files interactively from the Camera, Photo Library, or Documents

```swift
// The view controller that will be presenting the image picker.
Expand Down

0 comments on commit 9b51fd8

Please sign in to comment.