Bläddra i källkod

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

jsonwang 3 år sedan
förälder
incheckning
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

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 177 - 170
BFRecordScreenKit/Classes/RecordScreen/Controller/BFRecordScreenController.swift


Vissa filer visades inte eftersom för många filer har ändrats