Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Dec 16, 2016
1 parent e99cd08 commit cce18fa
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Config.Camera.recordLocation = true

### Video Editor

`Galery` cares more about video with its editing functionalities. We have `VideoEditor` and `AdvancedVideoEditor` to trim, resize, scale and defines quality of the selected video
`Galery` cares more about video with its editing functionalities. We have `VideoEditor` and `AdvancedVideoEditor` to trim, resize, scale and define quality of the selected video

```swift
func galleryController(_ controller: GalleryController, didSelectVideo video: Video) {
Expand All @@ -91,15 +91,19 @@ func galleryController(_ controller: GalleryController, didSelectVideo video: Vi
}
}
}
```
```

With the `Video` object, you can `fetchPlayerItem`, `fetchAVAsset` and `fetchThumbnail` as well

Of course, you can customize too
And, of course, you have the ability to customize it

```swift
Config.VideoEditor.maximumDuration = 30
Config.VideoEditor.savesEditedVideoToLibrary = true
```



## Installation

**Gallery** is available through [CocoaPods](http://cocoapods.org). To install
Expand Down

0 comments on commit cce18fa

Please sign in to comment.