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

  • SEARCH
  • Home
  • 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 8993671
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T23:14:36+00:00 2026-06-15T23:14:36+00:00

Ok I was looking at the iPhone iCal app, and was curious whether that

  • 0

Ok I was looking at the iPhone iCal app, and was curious whether that top bar is a navigation bar or a toolbar? ive tried using both, but also i cannot figure out how to change the size of the buttons to be as small as the + button in the top right… very confused.. I’m assuming its a navigation bar, but when i read the description of the navigation bar, it said that whenever you are to add a button or item onto the bar, you cannot connect it directly… no idea how else to do it… but anyone wanna help with this issue?

  • 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-06-15T23:14:38+00:00Added an answer on June 15, 2026 at 11:14 pm

    If you are mentioning about this one
    It is not UITabBar , it is UINavigationBar, the button on extreme left is inbuilt backbutton of UINavigationBar and the that at right is an extra button that you can add , its clearly shown in this question , and to change the type (ie, + button) you can simply change the button style using

     UIBarButtonItem *rightButton = [[UIBarButtonItem alloc] initWithTitle:@"Done" 
                                                                        style:UIBarButtonSystemItemAdd target:nil action:nil];
    

    adding button to UINavigationBar

    UIBarButtonItem *rightButton = [[UIBarButtonItem alloc] initWithTitle:@"Done" 
        style:UIBarButtonSystemItemAdd target:nil action:nil];
    rightButton.width=10;
    rightButton.height=10;
        UINavigationItem *item = [[UINavigationItem alloc] initWithTitle:@"Title"];
        item.rightBarButtonItem = rightButton;
        item.hidesBackButton = YES;
        [bar pushNavigationItem:item animated:NO];
        [rightButton release];
        [item release];
    

    But normally you would have a navigation controller, enabling you to write:

    UIBarButtonItem *rightButton = [[UIBarButtonItem alloc] initWithTitle:@"Done"
        style:UIBarButtonSystemItemAdd target:nil action:nil];
    self.navigationItem.rightBarButtonItem = rightButton;
    [rightButton release];
    

    Hope this helps,
    regards

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

Sidebar

Related Questions

Am looking into developing an iPhone native app using Titanium Developer Since this is
I'm looking to write an iPhone app that populates a UITable with information from
I'm looking to make an iPhone app that utilizes the opening and closing times
I'm looking into creating a simple iPhone app without using the interface builder, i.e.
I'm looking into developing an iPhone app that will potentially involve a simple analysis
I am looking for a system for my iPhone app that functions similarly to
I'm looking to implement Flickr in my iPhone app with ObjectiveFlickr. I'm using Xcode
my iphone app crashes unexpectedly and looking at the crash log I can't tell
Looking at adding some data graphing to a new iPhone app in development (ala
When I'm looking for a particular iPhone feature for my iPhone/iPad app, how do

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.