I am wanting to setup a UITableView similar to the one on the iOS 7 iPhone app store. The main piece that I don't know how to do is the header section on the featured page. It has the scrolling featured area at the very top. If you try to pull down on the page that top view stays in place, but the tableview below will slide down. Then if you scroll up all of it moves up. It also has a button in that scrolling top area, which I would also need.
As you can see in this image there is a 'header', which is the blue section on top. If you attempt to 'pull' the table view down that header will stay exactly where it is, but all of the content below it will slide down like you'd expect. Then if I slide up all of the content moves like a regular table view would.
How could I replicated this kind of functionality for a header on a UITableView?