Ramotion/expanding-collection

Catering for Multiple Screen Sizes

yumsmools opened this issue · 4 comments

Hi there

First off thanks for a great component.

I need to cater for multiple screen sizes so I have to set the itemSize based on the device type. This works well. However, the change does not filter down to the shadow and as a result. I get an oversized shadow. I've been through the demo and the code and there doesn't seem to be a way to redraw/cater for the shadow.

Please help

Imran

@yumsmools Did you solve the problem at any point?
Also how to cater the UICollectionView size for different screens, it's overlapping my UIElements at the top of the screen hence making them un-tappable.

0ber commented

Shadow size depends on FrontContrainerView height and width constraints.

Hi there

Sorry for the delay in getting back to you.
No we actually went with a custom built solution.

Imran

@yumsmools Did you find any solution regarding this issue?