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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T05:15:30+00:00 2026-05-16T05:15:30+00:00

I have a UITableView inside of a View created from a NIB. the table

  • 0

I have a UITableView inside of a View created from a NIB. the table has one section containing 6 rows and 1 footer. when i use:

- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section{
    return 80;
}

to return the height of the footer, which is being loaded from the same NIB. the UITableViewCell in the nib has a height of 80. the UITableViewCells are assigned using this code:

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{

if (indexPath.section == 0){
if (indexPath.row == 0){
return companyCell;
}

if (indexPath.row == 1){
return firstNameCell;
}
if (indexPath.row == 2){
return lastNameCell;
}
if (indexPath.row == 3){
return emailCell;
}
if (indexPath.row == 4){
return passwordCell;
}
if (indexPath.row == 5){
return passwordConfirmCell;
}
}

return passwordConfirmCell;
}

i get a white line at the bottom of my table like the image at http://swnsn.com/white.png

if i return a footer height of 79, or 81, the white line goes away and the UITableViewCell scales to the width of the window

any thoughts?

  • 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-16T05:15:30+00:00Added an answer on May 16, 2026 at 5:15 am

    I figured it out!! I was passing an instance of UITableViewCell to the footer. i have update my code to only pass a UIView and the problem has been resolved!

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

Sidebar

Related Questions

I have a table view and some buttons inside it. 4 buttons in one
I have a non scrolling UITableView inside of a larger UIScrollView. Since the table
i have created a TabBar Application. I Added to a view an UITableView and
In my apps, i have created table view and displayed the images and the
I have a UITableView inserted sideways (rotated 90 degrees) in a view. This table
I have put an UITableView inside a UIViewController and have copied code from UITableViewController
I have made horizontally scrollable UITableView by adding a table view to a UISrollView
I have a UITableView that I am placing inside a TabView. I am trying
I have a UITableView that I want to edit inside of a UITableViewController. This
I have a project in which I need to display multiple UITableView instances inside

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.