|
@@ -43,7 +43,7 @@ NSString * const ID = @"SDCycleScrollViewCell";
|
|
@interface SDCycleScrollView () <UICollectionViewDataSource, UICollectionViewDelegate>
|
|
@interface SDCycleScrollView () <UICollectionViewDataSource, UICollectionViewDelegate>
|
|
|
|
|
|
|
|
|
|
-@property (nonatomic, weak) UICollectionView *mainView; // 显示图片的collectionView
|
|
|
|
|
|
+
|
|
@property (nonatomic, weak) UICollectionViewFlowLayout *flowLayout;
|
|
@property (nonatomic, weak) UICollectionViewFlowLayout *flowLayout;
|
|
@property (nonatomic, strong) NSArray *imagePathsGroup;
|
|
@property (nonatomic, strong) NSArray *imagePathsGroup;
|
|
@property (nonatomic, weak) NSTimer *timer;
|
|
@property (nonatomic, weak) NSTimer *timer;
|