ios-samples/MonoCatalogSample
Sebastien Pouliot 9397c7775b Fix MonoCatalogSample build and include basic instructions to use the Makefile 2012-04-10 15:54:00 -04:00
..
images More renames 2011-07-25 19:08:38 +01:00
xibs Fixes for the samples: 2011-10-04 12:51:34 -04:00
Makefile Fixes for the samples: 2011-10-04 12:51:34 -04:00
README.md Fix MonoCatalogSample build and include basic instructions to use the Makefile 2012-04-10 15:54:00 -04:00
addressbook.cs More renames 2011-07-25 19:08:38 +01:00
alert.cs More renames 2011-07-25 19:08:38 +01:00
buttons.cs More renames 2011-07-25 19:08:38 +01:00
controls.cs More renames 2011-07-25 19:08:38 +01:00
images.cs More renames 2011-07-25 19:08:38 +01:00
monocatalog.cs More renames 2011-07-25 19:08:38 +01:00
picker.cs More renames 2011-07-25 19:08:38 +01:00
pickercustom.cs More renames 2011-07-25 19:08:38 +01:00
searchbar.cs More renames 2011-07-25 19:08:38 +01:00
segment.cs More renames 2011-07-25 19:08:38 +01:00
textfield.cs More renames 2011-07-25 19:08:38 +01:00
textview.cs More renames 2011-07-25 19:08:38 +01:00
toolbar.cs Use UIBarStyle.Black and set Translucent = true rather than using UIBarStyle.BlackTranslucent. 2012-03-26 22:13:30 -05:00
transition.cs More renames 2011-07-25 19:08:38 +01:00
web.cs More renames 2011-07-25 19:08:38 +01:00

README.md

Mono Catalog Sample

This is an all-in-one sample demonstrating various user interface elements, such as the address book, alerts, buttons, images, pickers, search bars, text fields/views, toolbars, transitions, and web views.

How to build

From a terminal windows simply do:

$ make

to build the application. To launch it inside the iOS simulator do:

$ make launch

If you're not using the iOS 5.1 SDK then you need to edit the IOS_SDK_VERSION variable inside the ../Make.common file.