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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T13:15:16+00:00 2026-06-03T13:15:16+00:00

I am trying to change the background color of the header in the UITableViewController,

  • 0

I am trying to change the background color of the header in the UITableViewController, which actually has it’s own *.h/m file. I my .m file, I pasted the following code as suggested by several stackoverflow answers:

- (UIView *) tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section 
{
    UIView *headerView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, tableView.bounds.size.width, 30)];
    if (section == 0)
        [headerView setBackgroundColor:[UIColor redColor]];
    else 
        [headerView setBackgroundColor:[UIColor clearColor]];
    return headerView;
}

But the result is the following:

enter image description here

I want the blue header to be red. I don’t understand why there is a red bar between the header and the first cell.

Additional Details
In case this comment is useful: I’m new to xcode 4.2. What I did was go to storyboard, drag a navigation controller, drag a table view. Go to left hand explorer bard and add a new file with name MyUITableViewController that extends UITableviewController. Pasted my function above into the MyUITabelViewController.m file. Then i implemented the heightforheaderinsection funciton to return a CGfloat value (and all that did afterwards was increase the space between the blue header and the first cell). Go back to storyboard, left click my tableviewcontroller and make sure it points to my MyUITableViewController class. What steps am I missing?

  • 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-03T13:15:18+00:00Added an answer on June 3, 2026 at 1:15 pm

    Apple’s UITableViewDelegate class reference, on method - tableView:viewForHeaderInSection::

    This method only works correctly when tableView:heightForHeaderInSection: is also implemented.

    Did you implement that method?

    EDIT: after read your comments, and knowing that you’re using storyboard, you have an easy way to create a custom background for the whole table:

    1) Create a TableViewController on your storyboard

    2) Drag a UIView:

    UIView

    3) Drop the UIView into your table view’s header, here:

    Dropping view into tableView header

    4) You have now a view on the header that you can resize, change color, add, e.g., an UILabel…:

    TableView with header
    header with label

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

Sidebar

Related Questions

I am trying to change the UILabel background color with this code - (void)viewWillAppear:(BOOL)animated
I am trying to change background color of panel. Please see the code: panel:
I am trying to change the Background Color of the ParentGrid when the child
Hey i am trying to change the background color of a div. I have
I am trying to change the menuOption background-color on hover using JQuery. All my
I am trying to change the background color of some rows in a ListBox
I'm trying to change the background color of a program I did NOT write.
I have the following jQuery that I'm trying to use to change the background
I am trying to change the expander background color. It seems so easy but
I am trying to change the body background color when the user changes the

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.