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 747217
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T14:10:47+00:00 2026-05-14T14:10:47+00:00

I see a bunch of apps for iPad with really cool title bars. These

  • 0

I see a bunch of apps for iPad with really cool title bars. These seem to be a combination of a navigation bar and a toolbar. They usually have a back button and a title as well as men other buttons. And a navbar only supports a left item, a right item and and title view. And the toolbar does not really support back buttons or titles.

So how do I implement these rich navbars with many buttons on my UINavigationController driven application?

  • 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-14T14:10:47+00:00Added an answer on May 14, 2026 at 2:10 pm

    You can get this effect by putting a UIToolbar in your UINavigationItem like so:

    self.navigationItem.title = @"My Title";    
    
    
    UIToolbar *tb = [[UIToolbar alloc] initWithFrame:CGRectMake(0, 0, 100, 44)];
    tb.items = [NSArray arrayWithObjects:button1,button2,button3,nil];
    
    UIBarButtonItem *tbItem = [[UIBarButtonItem alloc] initWithCustomView:tb];
    self.navigationItem.rightBarButtonItem = tbItem;
    
    [tbItem release];
    [tb release];
    

    source: this blog, via google.

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

Sidebar

Related Questions

I'm about to create a bunch of web apps from scratch. (See http://50pop.com/code for
I could see bunch of java parsers like OpenCSV, antlr, jsapar etc, but I
I see a bunch of similar questions, but didn't find the answer I need
See here: http://jsfiddle.net/zYcJm/ The jQuery should be validating each field to check if they
I see a bunch of articles on MSDN on how WMI can do all
When I run the mysqldump command to restore a database, I see a bunch
I see a bunch of examples online but I am confused as to whether
I created a GIT repo, locally. I now see a bunch of files i
I see a bunch of sample log4j configurations that contain xmlns:log4j=http://jakarta.apache.org/log4j/ in the <log4j:configuration>
I see a bunch of other people asking this same question, but none of

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.