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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:35:30+00:00 2026-05-26T11:35:30+00:00

I have a uibarbuttonitem with a back arrow created from a character code. In

  • 0

I have a uibarbuttonitem with a back arrow created from a character code. In iOS4.3 and lower, the arrow looks ok however in iOS5, it shows up much smaller. Has anyone seen this? Any idea how to fix it other than using an actual image?

    // flex space
    UIBarButtonItem *flex = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemFlexibleSpace target:nil action:nil];

    // back
    unichar backArrowCode = 0x25C0; //BLACK LEFT-POINTING TRIANGLE
    NSString *backArrowString = [NSString stringWithCharacters:&backArrowCode length:1];
    UIBarButtonItem *backBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:backArrowString 
                                                                          style:UIBarButtonItemStylePlain 
                                                                         target:self 
                                                                         action:@selector(webViewGoBack:)];        

    [backBarButtonItem setEnabled:NO];

    // add
    self.toolbarItems = [NSArray arrayWithObjects:backBarButtonItem, flex, nil];

    if (self.navigationController != nil) {
        [self.navigationController setToolbarHidden:NO];
        [self.navigationController.toolbar setTintColor:[UIColor colorForToolBar]];
    }
    [backBarButtonItem release];
    [flex release];

example buttons

  • 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-26T11:35:31+00:00Added an answer on May 26, 2026 at 11:35 am

    Thanks Guy Dor! Your comment was correct. I’ve switched back to using a UIImage.

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

Sidebar

Related Questions

I have a UIBarButtonItem on a navigation bar. I'd like to make it arrow
I am new to iphone development.I have created a UIBarButtonItem on the navigation bar.I
I have created my own leftBarButtonItem: UIBarButtonItem* homeButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemBookmarks target:self action:@selector(homeButtonClicked:)];
I have this code: UIBarButtonItem *backButton = [[UIBarButtonItem alloc]initWithTitle: @Secciones style: UIBarStyleDefault target:nil action:nil];
I have the following code: @interface PartyListViewController : UITableViewController <UITableViewDelegate, UITableViewDataSource> { UIBarButtonItem *
I have a reference to a UIBarButtonItem, is there a way I can add
Through Interface Builder I have the ability to change the Identifier of a UIBarButtonItem
Have you guys had any experiences (positive or negative) by placing your source code/solution
I want to have the default shape of the back button, but that makes
I have a toolbar, in which is placed a UIBarButtonItem. The selector is targeted

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.