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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T02:27:56+00:00 2026-06-11T02:27:56+00:00

I made a modal view. I don’t want default color. How can I put

  • 0

I made a modal view. I don’t want default color. How can I put its navigation to black color?

Here is my code which doesn’t work:

EditBillItemModalViewController *editBillItemvc = [[EditBillItemModalViewController alloc] init];
editBillItemvc.anItem = anItem;
editBillItemvc.navigationController.navigationBar = [UIColor blackColor];
editBillItemvc.onOKButtonClickedCallBack = ^(Item item){ [aBill.listOfOrderedItem replaceObjectAtIndex:bvc.selectedItemIndex withObject:item]; [(UITableView)bvc.view reloadData]; [self setnewTotalAfterEditBillItem]; }; 
UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:editBillItemvc]; 
[self presentModalViewController:navController animated:YES];
  • 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-11T02:27:58+00:00Added an answer on June 11, 2026 at 2:27 am

    Assuming it has a UINavigationController you can do:

    modalView.navigationController.navigationBar.tintColor = [UIColor blackColor];

    EDIT after code added:

    From your code it looks like here is your succession of events:

    1. Instantiate view controller
    2. Set bar tintColor to black
    3. Instantiate nav controller
    4. Present nav controller as modal view

    Obviously this isn’t going to work as you’re changing the tint color before you’re instantiating the nav controller.

    Thus, you need to either move step 2 to between 3 and 4 or, even easier after this line:

    UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:editBillItemvc];
    

    Just put:

    navController.navigationBar.tintColor = [UIColor blackColor];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Wondering if any of you can help me: I've made a signup modal that
I use Acceleo in order to generate code with a model I have made.
I'm trying to hide the iPad keyboard from a modal view controller but it
Newbie here programming my first app (having made several tutorial apps). I am using
Here is a flow that I can not figure out how to work. (
How can I (if possible) get to the ModelMetadata from a view without creating
In my iPhone app, I'm presenting a modal view controller from a home screen
I don't find how to submit a form that's in a partial view. I've
I have the following code in a partial view: @model MyOrganization.MyApp.Models.ProductListing @using (Ajax.BeginForm(TagProduct, new
This question is a bit different than most. My code works but I don't

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.