ios-samples/ContentControls
Miguel de Icaza abdf23ece2 Fix the ugly ass style for parameters and make it use the Mono style 2012-04-12 13:53:34 -04:00
..
Content Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Images/Icon Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Screens/iPhone Fix the ugly ass style for parameters and make it use the Mono style 2012-04-12 13:53:34 -04:00
Screenshots Added the Content Controls sample 2011-10-09 15:00:56 -07:00
AppDelegate.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Application.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
ContentControls.csproj -- 2012-02-17 18:12:45 +01:00
ContentControls.sln Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Default-Landscape~ipad.png Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Default-Portrait~ipad.png Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Default.png Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Default@2x.png Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Info.plist Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Metadata.xml Fix validation. 2011-10-11 09:43:42 +02:00
README.md Relicense everything under Apache 2.0. 2011-12-27 18:10:05 +01:00

README.md

Content Controls

Illustrates simple and advanced usage of the following content controls: Web View, Map View, Search Controller, Navigation Bar, and Tab Bar Controller.

Web View - Contains a simple web browser built around the Web View control. Illustrates how to load URLs, hook into events, perform browsing functions, etc. Also has a web view view that loads HTML content from a local directory. Additionally, shows how to interact with content in the web view by executing JavaScript and listening for specially formed URLs, in order to execute code outside of the browser.

Maps - Illustrates how to display a map using the map view. Includes traditional map, satellite, and hybrid layers. Also shows how to add annotations and overlays to the map, as well as calculate the distance to particular locations from the map center.

Search - Illustrates how to use the search bar and listen for events to provide real-time search results as the search text changes.

Navigation Bar - Illustrates how to customize the navigation bar by adding buttons, changing the color, making it transparent, and event adding a toolbar at the bottom of the view.

Tab Bar Controller - Illustrates adding items to the tab bar controller as well as allowing it to be edited/customized by rearranging tab items and adding/removing them.

Authors

Bryan Costanich