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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T15:23:45+00:00 2026-05-12T15:23:45+00:00

How can I change the line’s color that separates the navigation bar and the

  • 0

How can I change the line’s color that separates the navigation bar and the view?
For instance flickr changed it to gray (http://www.geardiary.com/wp-content/uploads/2009/09/Screen-shot-2009-09-08-at-8.00.06-AM.png)

By default mine is always black…

Thanks in advance for your help,
nico

  • 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-12T15:23:45+00:00Added an answer on May 12, 2026 at 3:23 pm

    They used a custom bottom bar and not the Apple provided ones. I dont know your setup, but if you can make or draw your own custom view however you want (you can do this), and stick buttons on it (you can do this too), then you have a toolbar

    #define TOOLBAR_HEIGHT 44
    
    CGRect frame = CGRectMake(self.view.bounds.size.height - TOOLBAR_HEIGHT, 0.0, self.view.bounds.size.width, TOOLBAR_HEIGHT);
    UIView *customBottomBar = [[UIView alloc] initWithFrame:frame];
    [customBottomBar setBackgroundColor: [UIColor grayColor]];
    
    UIButton *button = [[UIButton alloc] initWithFrame:<frame goes here>]
    ... <button setup>
    [customBottomBar addSubview:button];
    [button release];
    
    ...<more buttons>
    ...<more buttons>
    
    [self.view addSubview:customBottomBar];
    [customBottomBar release];
    

    And to answer your question, you can add whatever you want to any view, so while the way I just suggest is the most customizable, you might just want to place a 1pixel high colored bar at the right spot (on top of the existing toolbar) by doing this:

    CGRect frame = CGRectMake(self.view.bounds.size.height - TOOLBAR_HEIGHT, 0.0, self.view.bounds.size.width, 1);
    UIView *customLine = [[UIView alloc] initWithFrame:frame];
    [customLine setBackgroundColor: [UIColor grayColor]];
    [self.view addSubview:customLine];
    [customLine release];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

does anyone know a command line based tool that can change the noise gate
How can I change the line-height of a PDF font or paragraph using iTextSharp?
How can I change the colour of a line in a TChart in Delphi
How can I use the Windows command line to change the extensions of thousands
Can someone tell me how i can change the .xml file that a flash
How I can change the color of h2 ? I have tried <h2 color=#006699>Process
Anyone know how I can change the color of the filenames on my modeline?
I have some code to change how listbox act. I can change the color
In linux we can change the variable of http_proxy in terminal by export http_proxy=http://x.x.x.x:x
I know you can change a line in a text file using sed in

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.