ios-samples/SearchDemo
Prashant Cholachagudda 2b25d3b0d0 Pull from upstream 2015-01-19 20:39:40 +05:30
..
Screenshots Added search example 2012-10-19 12:11:39 -04:00
SearchDemo Pull from upstream 2015-01-19 20:39:40 +05:30
Metadata.xml Added gallery opt-in to metadata 2014-02-20 10:22:07 -05:00
README.md Added search example 2012-10-19 12:11:39 -04:00
SearchDemo.sln Added search example 2012-10-19 12:11:39 -04:00

README.md

Search Demo

This sample demonstrates how to create a master-detail style of application with a UITableViewController and UINavigationController. It also shows how to add a UISearchBar to a UITableView. The search in this case calls the Bing web service to retrieve results. The associated web page is loaded in a UIWebView when a row is selcted in the table.

The Bing web service requires an API key, which can be obtained at https://datamarket.azure.com

Once you have an API key, set it to the AZURE_KEY constant in Bing.cs.