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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:24:14+00:00 2026-05-28T01:24:14+00:00

today I created a tableView, similar to the iPhone Contacts app. I placed a

  • 0

today I created a tableView, similar to the iPhone Contacts app. I placed a TableView into the first cell, using the code

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
    if ([indexPath indexAtPosition:0] == 0) {
        static NSString *CellIdentifier = @"SearchCell";
        UITableViewCell *searchBarCell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:CellIdentifier] autorelease];
        searchBar = [[UISearchBar alloc] initWithFrame:searchBarCell.frame];
        [searchBarCell addSubview:searchBar];
        return searchBarCell;
    } // ...

The searchBar displays correctly, but when I implemented the search methods, I found that they are not being entered when I type into the searchBar… for example this method:

- (void)searchBar:(UISearchBar *)searchBar textDidChange:(NSString *)searchTerm

I think it is because the searchBar is a subview of another class, the tableView Cell? Thats why the search bar can’t access the search methods? I also set the search bar delegate to self, still nothing.

Can any body help?
Thanks a lot in advance 🙂

  • 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-28T01:24:15+00:00Added an answer on May 28, 2026 at 1:24 am

    You are not setting the delegate of your UISearchBar. I read in a comment you did it in other part, but you have to do it after you create the object. I mean after the line:

    searchBar = [[UISearchBar alloc] initWithFrame:searchBarCell.frame]; 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Today, I tried to fix a leak in my newly created iPhone app. After
I was using the following code to generate 3 mocks: # today is 27.02
I created an RSS Link today with the help of Code Igniter, and when
Today, I created a copy of a working app, which runs perfectly on Heroku,
Today, I created a copy of a working app, which runs perfectly on Heroku,
I just recently(actually today) started using Eclipse CDT for windows. Created a project, a
I've run into a strange problem here: I created today a mousemove horizontal gallery.
We created an application profile using our company's Facebook account. Today, I've just finished
I created an app today, as i've done several times before. But when i
I created my first MVC application in ASP.NET today. I have a datetime column

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.