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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T22:10:27+00:00 2026-05-25T22:10:27+00:00

I have a search controller in UITableViewController. Everything is OK when I’m scrolling through

  • 0

I have a search controller in UITableViewController. Everything is OK when I’m scrolling through the records, but the problem appears when I’m in search mode. The result set returned from search controller behaves very strange. If I start to scroll then the whole rows with cells and borders start to scroll normally but then the initial cell borders appears on top of the screen and stays fixed at the initial border positions. So I’m experiencing double row cell borders that overlaps. Does anybody know what causes such behavior?

UPDATE: it looks like if the search result contains more rows (like 9) then the scroll behaves normally. But if there are 3 or 4 rows then those weird fixed cell borders appear.

  • 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-25T22:10:28+00:00Added an answer on May 25, 2026 at 10:10 pm

    Finally, I found the problem. The thing is I realized that there are different tableViews when using search: the tableView and searchResultsTableView. The latter is accessible via self.searchDisplayController.searchResultsTableView. So, I have a delegate method that reacts to input search text:

    -(void)searchBar:(UISearchBar *)searchBar textDidChange:(NSString *)searchText{
    
        if ([searchText length] == 0) {
    
          [self resetSearchFilters];
    
        } else {    
    
           //apply search criteria
       }
    
      //[self.tableView reloadData]; // that was causing duplication
    
      [self.searchDisplayController.searchResultsTableView reloadData];
    }
    

    It looks like I needed to reload searchResultsTableView instead of main tableView.

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

Sidebar

Related Questions

I have search through the web to figure this out but no luck. I
I have the following controller: public ActionResult Search(string Name, int? Friend, int? Page) It
I have a small question regarding rails. I have a search controller which searches
I have a tableview with a search display controller. It has been working fine
I have a Search model and controller. The business logic is that if the
I have a form that posts a search query to my 'search' controller: <div
In asp.net MVC I have a search action in my controller and I am
I have a UITableViewController subclass that renders a list of pre-set categories and fetches
If I have the following route defined in my only area:- context.MapRoute( Search_default, Search/{controller}/{action}/{id},
I'm building a prototype search application using CakePHP and I have a search controller

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.