How can I implement the scrolling found in Transit on the App Store?

81 Views Asked by At

I'd like to implement a way to scroll content similar to this iOS app in the App Store, but I'm not even sure how this type of scrolling is called. Specifically, I'd like to be able to have a view that I can drag over another view, like how you can drag the list of transit options over the map view. Would I need to start off with using a UIScrollView to accomplish this?

0

There are 0 best solutions below