Преглед изворни кода

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


Неке датотеке нису приказане због велике количине промена