In my iPad app Viewfinder (iTunes Link), I\'m trying to recreate the look of a UISegmentedControl as seen in the footer of Keynote\'s Build In popover:
I just ran into this issue. You need to push a UINavigationController into the UIPopover. Your view should then be included in that navigation controller. This gets the top bar(navigation bar to format nicely). I would assume that the bottom bar follows this but I have not tested it!