aataraxiaa / ScalingCarousel

A super simple carousel view with scaling transitions written in Swift
MIT License
756 stars 98 forks source link

Corner radius changing #75

Closed XFactorus closed 4 years ago

XFactorus commented 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!

aataraxiaa commented 4 years ago

@XFactorus PR opened and linked

XFactorus commented 4 years ago

Sorry for the long reply.

Looks great, thanks