zepojo/UPCarouselFlowLayout

Disable Transform

Closed this issue · 2 comments

Hi !

First thanks for sharing your great work :)

I need to disable the sideScale transform on some part / view of my cell.
Do you see a way to do it ?

Cheers !

sideItemScale (between 0 and 1, default is 0.6) Can be set through code or via Interface Builder. The shrinking ratio for collection items which are not in the center.

Yes but sideItemScale is scaling every subviews and elements of the cell. And I would need to disable the scaling effect on one of my cell's subviews.