Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HHK1 authored Sep 17, 2018
1 parent e6deec1 commit 5897baf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,16 @@ github "Prynt/PryntTrimmerView"

Run `carthage update` to build the framework and drag the built PryntTrimmerView.framework into your Xcode project.

#### Swift Version

For swift 3 compatibility, you can use version 1.0.1 or below.
Swift 3 compatibility:, use version 1.0.1 or below.
Swift 4 compatibility: use version 2.*.*.
Swift 4.2 compatibility: use version 3.*.*

## Usage

:warning: _This library does not contain an API to crop or trim your video asset. You can find a possible implementation for this in the example pod, but the library only provides the UI._

### Trimming

Create a `TrimmerView` instance (in interface builder or through code), and add it to your view hierarchy.
Expand Down

0 comments on commit 5897baf

Please sign in to comment.