Closed XFactorus closed 4 years ago
Hello,
Can we please make "cornerRadius" property in "ScalingCarouselCell" class public?
It will allow updating view for user needs and design and should not break anything.
The fix is pretty easy in ScalingCarouselCell.swift:
open var cornerRadius: CGFloat = 20.0 ... mainView.layer.cornerRadius = 20
Thanks!
@XFactorus PR opened and linked
Sorry for the long reply.
Looks great, thanks
Hello,
Can we please make "cornerRadius" property in "ScalingCarouselCell" class public?
It will allow updating view for user needs and design and should not break anything.
The fix is pretty easy in ScalingCarouselCell.swift:
Thanks!