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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T08:29:47+00:00 2026-06-13T08:29:47+00:00

If you look at the screenshot you will notice that each UITableViewCell are 20%

  • 0

enter image description here

If you look at the screenshot you will notice that each UITableViewCell are 20% overlapped from top portion to the upper tableview cell.

Is there any way we can overlap cells ?

  • 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-13T08:29:48+00:00Added an answer on June 13, 2026 at 8:29 am

    I never tried it, but this kind of logic will work. Remember, you won’t get any touch in the overlapped area.

    1) Add your subview to cell.contentView, make sure subview height is greater than rowHeight of your tableView.

    float overlapHeight  = 10.0;
    
    subView.frame = CGRectMake(0.0, -10.0, 
                      your_subview_width, rowHeight + overlapHeight);
    

    2) Add this code, so that your cell won’t clip contents outside its frame

    cell.clipsToBounds = NO;
    cell.contentView.clipsToBounds = NO;
    

    3) Now your cell’s will overlap, but there will be a clip mark around the borders of the cell. To avoid that implement willDisplayCell delegate function

    - (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath {
        cell.backgroundColor = [UIColor clearColor];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I will include a screenshot at the bottom of what its supposed to look
Please take a look at this screenshot first: I would like to move the
OK, here's a screenshot of what it's SUPPOSED to look like: And here's a
First, a screenshot: As you can see, the tops of the shadows look OK
Take a look at this screenshoot first: That white box is ON the orange
I have a quite strange issue. Please, look at these screenshots: Code of that
look at this fiddle: http://jsfiddle.net/ugxNK/ I want that the first list element is in
Please have a look at the screenshot above, the string for the text is
I'm building an application which will consist of few tabbed panels. On each of
I am trying to make an app that will let users select different fonts

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.