Explorar el Código

不显示 pageControl

jsonwang hace 4 años
padre
commit
fe9627b6c4

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

@@ -86,7 +86,7 @@ public class MVBanner: UIView {
         self.collectionView.delegate = self
         self.addSubview(self.collectionView)
 
-        self.addSubview(self.pageControl)
+//        self.addSubview(self.pageControl)
 
     }
 }