소스 검색

Merge branch 'master' of https://git.yishihui.com/iOS/BFRecordScreenKit
合并代码

jsonwang 3 년 전
부모
커밋
1aa1352204

+ 2 - 2
BFRecordScreenKit/Classes/BFVideoThumbProgressStrategy.swift

@@ -19,9 +19,9 @@ class BFVideoThumbProgressStrategy: BFVideoThumbProgressStrategyProtocol {
 
         if assetDuration > 0, assetDuration <= 10 {
             count = 5
-        } else if assetDuration >= 10, assetDuration <= 60 {
+        } else if assetDuration > 10, assetDuration <= 60 {
             count = 10
-        } else if assetDuration >= 60, assetDuration <= 300 {
+        } else if assetDuration > 60, assetDuration <= 300 {
             count = 20
         } else if assetDuration > 300 {
             count = 50

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 177 - 170
BFRecordScreenKit/Classes/RecordScreen/Controller/BFRecordScreenController.swift


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.