ios-samples/MonoCatalogSample
Prashant Cholachagudda 2b25d3b0d0 Pull from upstream 2015-01-19 20:39:40 +05:30
..
images More renames 2011-07-25 19:08:38 +01:00
xibs Pull from upstream 2015-01-19 20:39:40 +05:30
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 Pull from upstream 2015-01-19 20:39:40 +05:30
alert.cs Pull from upstream 2015-01-19 20:39:40 +05:30
buttons.cs Pull from upstream 2015-01-19 20:39:40 +05:30
controls.cs Pull from upstream 2015-01-19 20:39:40 +05:30
images.cs Pull from upstream 2015-01-19 20:39:40 +05:30
monocatalog.cs Pull from upstream 2015-01-19 20:39:40 +05:30
picker.cs Pull from upstream 2015-01-19 20:39:40 +05:30
pickercustom.cs Pull from upstream 2015-01-19 20:39:40 +05:30
searchbar.cs Pull from upstream 2015-01-19 20:39:40 +05:30
segment.cs Pull from upstream 2015-01-19 20:39:40 +05:30
textfield.cs Pull from upstream 2015-01-19 20:39:40 +05:30
textview.cs Pull from upstream 2015-01-19 20:39:40 +05:30
toolbar.cs Pull from upstream 2015-01-19 20:39:40 +05:30
transition.cs Pull from upstream 2015-01-19 20:39:40 +05:30
web.cs Pull from upstream 2015-01-19 20:39:40 +05:30

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.