I'm developing an iPhone app that needs to display fairly complex information, and I think the best way to display it would be to mimic the UI layout that Apple chose in their "App Store" app for iPhone.
If you load the App Store app and go to the "top 25" tab, there will be the standard tabs on the bottom (a normal iPhone tab bar) as well as another tab bar on the top containing buttons for "Top Paid", "Top Free", and "Top Grossing".
I'm trying to figure out how to do this two tabbar UI layout, but I can't find anything in the developer documentation for that "top tab bar" control. I've tried manually making a second UITabBar, but it doesn't support adding buttons like in the App Store app.
Does anyone know how to implement this sort of thing?