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:
The iPad HIG suggests using a bottom-aligned UIToolbar, but the appearance is incorrect. This screenshot shows Black Opaque, but none of the standard styles match Keynote.

Any advice on recreating the Keynote look would be appreciated. If you don’t have Keynote on the iPad, you can see the same technique in the footer of the Bookmarks popover in Maps.

What you need is to set the
toolbarItemsof your topUIViewControllerin yourUIPopoverand configure it properly. Consider something like this:EDIT: Now i got it, just do not set the tintColor, it will inherit the correct color (whatever it is). The screenshot below now looks exactly like the one in the Google Maps App:
alt text http://www.memorylifter.com/services/dev/linklist/SCREENSHOT_TABBAT.png