完成
This commit is contained in:
@@ -28,10 +28,12 @@ static NSInteger maxCount = 5;
|
||||
// [self addRoundedCornersWithRadius:15.5];
|
||||
// self.layer.borderWidth = 2;
|
||||
// self.layer.borderColor = RGB16(0x333333).CGColor;
|
||||
self.backgroundColor = UIColor.clearColor;
|
||||
self.cycleScrollView = [SDCycleScrollView cycleScrollViewWithFrame:self.bounds delegate:self placeholderImage:nil];
|
||||
self.cycleScrollView.pageControlStyle = SDCycleScrollViewPageContolStyleNone;
|
||||
self.cycleScrollView.scrollDirection = UICollectionViewScrollDirectionVertical;
|
||||
self.cycleScrollView.delegate = self;
|
||||
self.cycleScrollView.backgroundColor = UIColor.clearColor;
|
||||
[self addSubview:self.cycleScrollView];
|
||||
}
|
||||
-(void)setModel:(QXGiftScrollModel *)model{
|
||||
|
||||
Reference in New Issue
Block a user