Image Belt
I'm developing an app that will require me to create a vertical image belt (if that is what you call it). Basically, there is a set of image buttons lined up vertically and as the user scrolls down the list, the selected image becomes the biggest image and all other images become smaller proportionally around the selected image. I guess the best example of this would be MailChimp's app.
I thought I would use a UITableView and try and create the effect, but I don't know that will work.
Can anyone help point me in the right direction?
Thanks!
|