I am looking at this app, called OU2GO, and it has this interface (see link)
http://tinypic.com?ref=2m80g2p
It's hard to see from a static image but you can actually scroll through that list of icons and they angle off the screen instead of going straight up and down. Again, it's hard to describe but I was just wondering if anyone had ideas about how something like this could be implemented. Is it a scrollview with subviews? That was my thought. I mean you know about the position of the UIScrollView thanks to contentOffset and you can set the position of the subviews based on that when scrollViewDidScroll executes.
Thank you for your thoughts.
http://tinypic.com?ref=2m80g2p
It's hard to see from a static image but you can actually scroll through that list of icons and they angle off the screen instead of going straight up and down. Again, it's hard to describe but I was just wondering if anyone had ideas about how something like this could be implemented. Is it a scrollview with subviews? That was my thought. I mean you know about the position of the UIScrollView thanks to contentOffset and you can set the position of the subviews based on that when scrollViewDidScroll executes.
Thank you for your thoughts.