AppStoreStyleHorizontalScrollView icon indicating copy to clipboard operation
AppStoreStyleHorizontalScrollView copied to clipboard

Variable sized width for UIView items to be added

Open anuchandra opened this issue 8 years ago • 3 comments

I want to add multiple UIView items with variable sized widths and same sized heights to ASHorizontalScrollView. I briefly looked at the ASHorizontalScrollView code and there were many references to uniform item size. So I wasn't sure if I could have UIViews with variable sized widths. Could you confirm if this is possible?

Thanks in advance.

anuchandra avatar Aug 30 '16 16:08 anuchandra

Unfortunately, no. The uniform size is necessary.

terenceLuffy avatar Aug 30 '16 17:08 terenceLuffy

Thanks, no worries.

anuchandra avatar Aug 30 '16 22:08 anuchandra

@anuchandra how do you deal with variable sized widths?

burakkilic avatar Jan 12 '17 13:01 burakkilic