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.