浏览代码

分开属性

jsonwang 4 年之前
父节点
当前提交
4b4dc9032e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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?