The specific thing I am looking at doing can be found on the App Store Application when you view an App. The screenshots of an app can be swiped from left to right to view. From what I can tell they have a UITableView with different cells holding the content. And for that one UITableViewCell where the images are Swiped left and right they use a UIScrollView with paging enabled.
I know about ScrollingMadness and the TTScrollView Classes, but both are outdated. With 3.0 the SDK can handle the problem without much code. Also my app needs to be a universal binary for iPad and iPhone so Three20 is kinda out of the question.
So my question is: Is this architecture best to solve the problem? A UITableViewCell with a UIScrollView with paging as a subview? How did Apple do it in the App Store app?