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

  • Home
  • SEARCH
  • 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 6981377
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:08:59+00:00 2026-05-27T18:08:59+00:00

In my UITableView I set the separatorStyle to UITableViewCellSeparatorStyleNone because in each row I

  • 0

In my UITableView I set the separatorStyle to UITableViewCellSeparatorStyleNone because in each row I want to show a set of pictures and it should like a grid without any separators.

In the simulator it looks like I want it to, but on my iPad (Version 5.0.1) I get a white line at the bottom of the HeaderCell. When I change the separatorColor to black the white line changes to black, which proves that it really is the separator. So it looks like my custom section view has a separator while the rows inside the sections do not.

I can “trick” the iPad to not show the separator when I define the header’s height to 99 instead of 100 but that clearly is not the way to do it.

  • 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-27T18:09:00+00:00Added an answer on May 27, 2026 at 6:09 pm

    While I don’t have the exact answer to your question, perhaps I can point you in the right direction for solving this issue.

    I guess you’ve created custom cells? It sounds to me that it has something to do with the cell frame. In the speedy table view cell code from Tweetie I remember seeing the following code:

    - (void)setFrame:(CGRect)newFrame 
    {
        [super setFrame:newFrame];
    
        CGRect bounds = self.bounds;
        bounds.size.height -= 1; // keep space for de cell seperator
        cellView.frame = bounds;
    }
    

    Perhaps Apple’s default UITableViewCell code act the same when a frame is set and you could override it.

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

Sidebar

Related Questions

How can I set the UITableView's cell property to be unselectable? I don't want
I want to set two different UITableview in single UITableview's particular section. Is it
I want to set an image as the background for my uitableview . This
I have an UITableview controller without an XIB. I set the background colour of
I have a UITableView set up with different in app purchases. Each option takes
I have a UITableView with a set of UITableViewCell s in it - each
is there a way to set the allowsSelection property of UITableView for each table
I have an UITableView, I set the color of the first row as Green.
I want to programatically set a text in my UITableView. I do not want
I have an UITableView set up with a NSArray with 10 indexes. Right now,

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.