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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T18:18:49+00:00 2026-06-18T18:18:49+00:00

In the recently released update to the Twitter app, the text was removed from

  • 0

In the recently released update to the Twitter app, the text was removed from the back button and replaced with an arrow. It looks really nice and simple, but I can’t work out how they did it.

New Twitter Back Button

I tried playing around with the iOS 5 UI customisation, but nothing really worked well. I can get it to work if I set the leftBarButtonItem, but that means I would have to do it in each view controller and write my own action to pop the view controller. Any ideas? Thanks in advance.

  • 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-18T18:18:50+00:00Added an answer on June 18, 2026 at 6:18 pm

    its a custom navigation bar and button item.Add this code:

     UINavigationBar * bar =[[UINavigationBar alloc]initWithFrame:CGRectMake(0, 0, 320, 44)];
    [self.view addSubview:bar];
    
    //Back Button
    UIButton *btnback = [UIButton buttonWithType:UIButtonTypeCustom];
    [btnback setFrame:CGRectMake(0, 7, 54, 29)];
    [btnback setBackgroundImage:[UIImage imageNamed:@"back.png"] forState:UIControlStateNormal];
    //UILabel * btnlabel =  [[UILabel alloc]initWithFrame:CGRectMake(15, 0, 40, 23)];
    //btnlabel.backgroundColor = [UIColor clearColor];
    //btnlabel.textColor = [UIColor whiteColor];
    //btnlabel.font = [UIFont boldSystemFontOfSize:13];
    //btnlabel.text = @"back";
    //[btnback addSubview:btnlabel];
    //[btnlabel release];
    //btnlabel = nil;
    [btnback addTarget:self action:@selector(BackAction:) forControlEvents:UIControlEventTouchUpInside];
    [bar addSubview:btnback];
    [bar release];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Recently, an app was released on the AppStore that secretly allowed wifi-tethering from your
i've recently released an app to the App store, i went to have a
Recently I have released my app into the US AppStore. Now I Planed for
Recently, I've released an open-source class - wrapper of API functions available from one
I recently released a new version of my iPhone app that was built for
I released an update to one of my apps recently. This update made some
Microsoft recently (12-29-2011) released an update to address several serious security vulnerabilities in the
I know recently Spring 3.0 was released which brought about a nice new set
I've released an app, and I recently found out that its not working 100%
I recently released an updated version of my app on the Market and would

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.