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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T22:49:50+00:00 2026-05-23T22:49:50+00:00

I couldn’t get variableHeightRows to work on a search view controller. TTTableViewController* searchController =

  • 0

I couldn’t get variableHeightRows to work on a search view controller.

TTTableViewController* searchController = [[TTTableViewController alloc] init];

searchController.dataSource = [[[SomeDataSource alloc] init] autorelease];
searchController.variableHeightRows = YES; // this doesn't affect the table

self.searchViewController = searchController;
[searchController release];
self.tableView.tableHeaderView = _searchController.searchBar;
_searchController.pausesBeforeSearching = YES;
[_searchController setSearchResultsDelegate:self];

It always show the rows in the default height. On my regular table view with the same datasource, the height of the rows is set to the custom one I supply in + (CGFloat)tableView:(UITableView*)tableView rowHeightForObject:(id)object, but specifically not on the search controller.

Am I doing it wrong?

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

    After deep investigation…

    I set the delegate of the search controller to the same class ([_searchController setSearchResultsDelegate:self];), something which prevented from a TTTableViewVarHeightDelegate delegate to be created, therefore, the custom heightForRowAtIndexPath wasn’t called. I added:

    - (CGFloat)tableView:(UITableView*)tableView heightForRowAtIndexPath:(NSIndexPath*)indexPath {
      id<TTTableViewDataSource> dataSource = (id<TTTableViewDataSource>)tableView.dataSource;
    
      id object = [dataSource tableView:tableView objectForRowAtIndexPath:indexPath];
      Class cls = [dataSource tableView:tableView cellClassForObject:object];
      return [cls tableView:tableView rowHeightForObject:object];
    }
    

    to the TTTableViewController class (source of TTTableViewVarHeightDelegate) and it worked.

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

Sidebar

Related Questions

I couldn't quite get this to work, and the examples I found only worked
Couldn't find anything on this with a Google Search. Does anyone know how to
couldn't find an answer via search (or google) so i'll ask it myself. is
Couldn't really find it, but probably it's me not knowing how to search properly
I couldn't get the POST value in servlet page. my previous question related to
I couldn't get this expression working with reporting services. I have to use IF
Couldn't comment on this post, which states the problem I'm experiencing: jQuery remove() on
I couldn't find any useful information on Microsoft's site, so here is the question:
I couldn't really find this in Rails documentation but it seems like 'mattr_accessor' is
I couldn't find anything about getting the total JSON record count using jQuery. Here

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.