Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 927249
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T19:49:07+00:00 2026-05-15T19:49:07+00:00

In my iPad app Viewfinder ( iTunes Link ), I’m trying to recreate the

  • 0

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:

Keynote

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.

Viewfinder

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T19:49:08+00:00Added an answer on May 15, 2026 at 7:49 pm

    What you need is to set the toolbarItems of your top UIViewController in your UIPopover and configure it properly. Consider something like this:

            NSArray *segmentedItems = [NSArray arrayWithObjects:@"Bookmarks", @"Recents", @"Contacts", nil];
            UISegmentedControl *ctrl = [[UISegmentedControl alloc] initWithItems:segmentedItems];
            ctrl.segmentedControlStyle = UISegmentedControlStyleBar;
            ctrl.selectedSegmentIndex = 0;
    
            UIBarButtonItem *item = [[UIBarButtonItem alloc] initWithCustomView:ctrl];
            ctrl.frame = CGRectMake(0.0f, 5.0f, 320.0f, 30.0f);
    
            NSArray *theToolbarItems = [NSArray arrayWithObjects:item, nil];
            [self setToolbarItems:theToolbarItems];
            [ctrl release]; 
            [item release];
    

    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

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an iPad App that is 51.87MB in size. I am trying to
My iPad app uses a popover to perform some searching. The search results are
My iPad app crashes when you scroll the UIImagePickerController popover, either the PhotoLibrary or
So we build an iPad App that only supports landscape orientation. This is enforced
An iPad app can support inclusion of launch images in both orientations; presumably, if
In my iPad app, I have created a rich text editor i.e some rich
I have an iPhone/iPad app which play a HTTP Live Stream of a tv
I am developing an iPad app that has a large number of UIViewControllers ,
I am creating an iPad app which is a form with mostly text boxes.
I am developing an iPad app which uses webKit to process video content. Some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.