AppStoreStyleHorizontalScrollView
AppStoreStyleHorizontalScrollView copied to clipboard
Variable sized width for UIView items to be added
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.
Unfortunately, no. The uniform size is necessary.
Thanks, no worries.
@anuchandra how do you deal with variable sized widths?