Bladeren bron

分开属性

jsonwang 4 jaren geleden
bovenliggende
commit
4b4dc9032e
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      MusicVideoPlus/MusicVideoPlus/Classes/Modules/Home/Views/Banner/MVBanner.swift

+ 1 - 1
MusicVideoPlus/MusicVideoPlus/Classes/Modules/Home/Views/Banner/MVBanner.swift

@@ -21,7 +21,7 @@ public protocol MVBannerDataSource: NSObjectProtocol {
 
 private let MVInsetCount: Int = 0
 public class MVBanner: UIView {
-    private var currentIndex: Int = MVInsetCount
+    var currentIndex: Int = MVInsetCount
     public var collectionView: UICollectionView!
     private var flowLayout: MVBannerFlowLayout!
     public weak var dataSource: MVBannerDataSource?