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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:05:48+00:00 2026-05-25T20:05:48+00:00

Does anyone have a link to a tutorial for using a UISearchBar as the

  • 0

Does anyone have a link to a tutorial for using a UISearchBar as the entry for a search, and a UITableView to display results returned in JSON?

Thank you!

Please no suggestions to RTFM – I can’t find anything about using a UISearchBar for a remote search.

  • 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-25T20:05:48+00:00Added an answer on May 25, 2026 at 8:05 pm

    Implement the UISearchBarDelegate methods in your class. Then you can hit the web service in this delegate method

    - (void)searchBarTextDidEndEditing:(UISearchBar *)searchBar
    {
    //Hit the webservice from here using searchBar.text
    
    }
    

    or if u need a dynamic search you can use the following method.

    - (void)searchBar:(UISearchBar *)theSearchBar textDidChange:(NSString *)searchText {
    
    }
    

    After getting the data from the server update the datasource of your tableView and call the
    (You can use SBJSON parser to parse your JSON response)

    [self.tableView reloadData];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone have a link to a learning resource for using Invoke? I'm trying
Does anyone have a link or document on how to write a screensaver for
Does anyone have an example (code or a link) that will allow me to
Does anyone have any suggestions on how to edit an <a href=''> link in
Does anyone know, or have a link to an article or a step by
Does anyone have a good way to build MSI (vdproj) projects using MsBuild or
Does anyone have a link to a box-and-circle diagram of a double pointer?
does anyone have a link to some code for a wizard control in asp.net
Does anyone have a link(or know) what all comes from calling the getResult() function
Does anyone have any recommendations of tools that can be of assistance with moving

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.