Skip to content

Commit 947e76a

Browse files
committed
Merge branch 'master' of github.com:itsmeichigo/ICGVideoTrimmer
2 parents ef72ae6 + b19a227 commit 947e76a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ A library for quick video trimming based on `SAVideoRangeSlider`, mimicking the
66
## Note
77
I've made this very quickly so here's a list of things to do for improvements (pull requests are very much appreciated!):
88
- Make panning thumb views smoother
9-
- Make ruller view more customizable and nice
10-
- Bug fixes if there're any
9+
- Make ruller view more customizable and nicer
10+
- Bug fixes if any
1111
- More and more, can't remember right now hahha.
1212

1313
## Getting started
@@ -29,7 +29,7 @@ Create an instance of `ICGVideoTrimmer` using interface builder or programmatica
2929
[self.trimmerView setDelegate:self];
3030
[self.trimmerView resetSubviews];
3131
```
32-
32+
If necessary, you can also set your desired minimum and maximum length for your trimmed video by setting the properties `minLength` and `maxLength` for the trimmer view. By default, these properties are 3 and 15 (seconds) respectively.
3333
## Requirements
3434
3535
ICGVideoTrimmer requires iOS 7 and `MobileCoreServices` and `AVFoundation` frameworks. Honestly I haven't tested it with iOS 6 and below so I can't be too sure if it's compatible.

0 commit comments

Comments
 (0)