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

The Archive Base Latest Questions

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

I have the following issue. I have a background image for my UINavigationBar so

  • 0

I have the following issue.

I have a background image for my UINavigationBar so I have to hide all the titles from the Navigation Bars. The problem comes with the “More” Navigation Bar of the TabBarController. I have managed to hide it, but this only happens the first time its shown. When I select an item from within it, and go back, “More” is displayed again.

Im guessing I should disable the title inside some sort of “viewWillAppear” delegate method for the “More” View Controller, yet I have no idea how to do that.

This is the first time I display “More”, as you can see, the Logo is there (smudged of course 🙂 ) however, More is not:
http://www.flickr.com/photos/68985587@N02/6272805069/lightbox/

This is the View Controller of the first Item in the “More” View Controller:
http://www.flickr.com/photos/68985587@N02/6272805241/in/photostream/lightbox/

After I press the “More” left button in the Navigation Bar to go back, I get this:
http://www.flickr.com/photos/68985587@N02/6273332152/in/photostream/lightbox/

Thanks for your help!

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

    The solution came by setting the delegate to the more view controller and acting upon the delegate method.

    First, I set the delegate to the “more” view controller (in my case in the appdelegate):

    [tbc.moreNavigationController setDelegate:self];
    

    the I proceeded to implement the following method:

    -(void)navigationController:(UINavigationController *)navigationController willShowViewController:(UIViewController *)viewController animated:(BOOL)animated
    {
        if([viewController.title isEqualToString:@"More" ])
        {
            UILabel *label = [[[UILabel alloc] init] autorelease];
            viewController.navigationItem.titleView = label;
            label.text = @"";   
        }
    
    }
    

    This effectively gets called not just the first time but everytime the view controller came up. Even when a back button was pressed.

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

Sidebar

Related Questions

Background: I have to upload images from users. Problem: The images need to be
Possible Duplicate: custom UITextField with image as a background blinking cursor issue I have
I have this jquery issue that seems to only break when using background image
In viewDidLoad I have a UINavigationBar with a custom background implemented in the following
I have the following issue using java 1.4 I try to display a very
I have the following issue related to iterating over an associative array of strings
I have the following issue and I would like to know what exactly happens.
I have the following issue with a UTF8 files structured as following: FIELD1§FIELD2§FIELD3§FIELD4 Looking
I have the following issue: I have a splash like window coming with my
I have the following issue: A java object contains two arrays of core datastore

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.