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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T20:00:26+00:00 2026-06-06T20:00:26+00:00

Similar question: How to mimic UITableView's UITableViewStylePlain section header style No complete answers. BarrettJ’s

  • 0

Similar question: How to mimic UITableView's UITableViewStylePlain section header style
No complete answers. BarrettJ’s is close, but not quite there.

An image would seem to be the simplest, most efficient way to do it, but I can’t get the right dimensions/position, and even when I’m close, it still looks different in the first and second headers. (Something different about the top of the table view?)

Text is not an issue. I just need something to fill the space and look exactly the same as the default header.

  • 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-06T20:00:28+00:00Added an answer on June 6, 2026 at 8:00 pm
    - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section {
        UIView *sectionHeaderView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, tableView.bounds.size.width, tableView.sectionHeaderHeight)];
        sectionHeaderView.backgroundColor = [UIColor colorWithWhite:0 alpha:0];
        sectionHeaderView.userInteractionEnabled = YES;
        sectionHeaderView.tag = section;
    
        UIImageView *backgroundImageView = [[UIImageView alloc] initWithFrame:CGRectMake(0, -1, tableView.bounds.size.width, 23)];
        backgroundImageView.image = [UIImage imageNamed:@"header.png"];
    
        UILabel *headerLabel = [[UILabel alloc] initWithFrame:CGRectMake(12, 2, tableView.bounds.size.width-10, 18)];
        headerLabel.backgroundColor = [UIColor clearColor];
        headerLabel.textColor = [UIColor whiteColor];
        headerLabel.shadowColor = [UIColor darkGrayColor];
        headerLabel.shadowOffset = CGSizeMake(0, 1);
        headerLabel.font = [UIFont boldSystemFontOfSize:18];
        headerLabel.text = [self tableView:tableView titleForHeaderInSection:section];
    
        [sectionHeaderView addSubview:backgroundImageView];
        [sectionHeaderView addSubview:headerLabel];
    
        return sectionHeaderView;
    }
    

    Fixed it. Anyone can use/modify this.

    header.png

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

Sidebar

Related Questions

Similar question , but for Oracle. Why would I not always want to choose
I have checked this similar question, but the suggestions did not solve my problem:
A similar question was previously asked, but none of the answers really provided what
a similar question has been asked before , but the answers suggested a workaround
A similar question has been posted at but i could not find the solution
a similar question was asked in question 494120 , but IMHO was not really
A similar question was asked here , but the answers generally all seem to
A similar question was asked here: PHP variable like $myvar-test is not valid? And
A similar question Long in Float, why? here does not answer what I am
A similar question was asked here but without a satisfying answer. I'm trying to

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.