ios-samples/SearchDemo
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
Screenshots
SearchDemo Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
README.md onboard missing samples 2019-08-01 22:24:39 -07:00
SearchDemo.sln

README.md

Search Demo

DECPRECATED

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.