Xamarin.iOS sample apps
Перейти к файлу
alexrp 889b28d112 Add Metadata.xml files. 2011-10-31 15:35:37 +01:00
AVCaptureFrames Initial tags. 2011-10-05 22:32:15 +02:00
AVTouchSample Initial tags. 2011-10-05 22:32:15 +02:00
AppPrefs Remove .DS_Store files. 2011-10-05 22:34:03 +02:00
BackgroundExecution Fix title. 2011-10-04 12:00:49 +02:00
ButtonEventDemo Add Metadata.xml files. 2011-10-31 15:35:37 +01:00
ContentControls Fix validation. 2011-10-11 09:43:42 +02:00
CoreAnimation Initial tags. 2011-10-05 22:32:15 +02:00
CoreLocation Initial tags. 2011-10-05 22:32:15 +02:00
CoreTelephonyDemo Initial tags. 2011-10-05 22:32:15 +02:00
Data Fix README.md title of the Data sample. 2011-10-24 22:25:50 +02:00
Drawing Fix validation of the Drawing sample. 2011-10-27 18:32:35 +02:00
GLPaint-GameView Initial tags. 2011-10-05 22:32:15 +02:00
HelloWorld_iPhone Add Metadata.xml files. 2011-10-31 15:35:37 +01:00
Hello_ComplexUniversal Add Metadata.xml files. 2011-10-31 15:35:37 +01:00
Hello_MultiScreen_iPhone Add Metadata.xml files. 2011-10-31 15:35:37 +01:00
Hello_Universal Add Metadata.xml files. 2011-10-31 15:35:37 +01:00
Hello_iPad Add Metadata.xml files. 2011-10-31 15:35:37 +01:00
HttpClient Initial tags. 2011-10-05 22:32:15 +02:00
Keychain remove errors from MD console while executing. Fix bug #1396 2011-10-26 17:04:08 -04:00
LazyTableImages Add Metadata.xml files. 2011-10-31 15:35:37 +01:00
LowLevelGLPaint Initial tags. 2011-10-05 22:32:15 +02:00
MapCallouts Initial tags. 2011-10-05 22:32:15 +02:00
MonoCatalog-MonoDevelop Initial tags. 2011-10-05 22:32:15 +02:00
MonoCatalogSample Initial tags. 2011-10-05 22:32:15 +02:00
MonoDevelopTouchCells Initial tags. 2011-10-05 22:32:15 +02:00
Notifications Fixed RootViewController for iOS 5 2011-10-29 01:32:02 -07:00
OpenGLESSample Initial tags. 2011-10-05 22:32:15 +02:00
OpenGLESSample-GameView Initial tags. 2011-10-05 22:32:15 +02:00
Popovers Initial tags. 2011-10-05 22:32:15 +02:00
PrintSample Initial tags. 2011-10-05 22:32:15 +02:00
Protocols_Delegates_Events Add Metadata.xml files. 2011-10-31 15:35:37 +01:00
QuartzSample Initial tags. 2011-10-05 22:32:15 +02:00
ReachabilitySample Initial tags. 2011-10-05 22:32:15 +02:00
RecipesAndPrinting Initial tags. 2011-10-05 22:32:15 +02:00
SimpleDrillDown Initial tags. 2011-10-05 22:32:15 +02:00
SimpleTextInput Initial tags. 2011-10-05 22:32:15 +02:00
StreamingAudio Initial tags. 2011-10-05 22:32:15 +02:00
SysSound Remove .DS_Store files. 2011-10-05 22:34:03 +02:00
Tabbed_Images Add Metadata.xml files. 2011-10-31 15:35:37 +01:00
Touch Minor fixication. 2011-10-19 19:00:43 +02:00
Touches_Classic Initial tags. 2011-10-05 22:32:15 +02:00
Touches_GestureRecognizers Initial tags. 2011-10-05 22:32:15 +02:00
Transitioning_To_Xcode_4 Add Metadata.xml files. 2011-10-31 15:35:37 +01:00
ViewTransitions Initial tags. 2011-10-05 22:32:15 +02:00
WayUpSample Initial tags. 2011-10-05 22:32:15 +02:00
WeatherMap Initial tags. 2011-10-05 22:32:15 +02:00
Working_with_images Add Metadata.xml files. 2011-10-31 15:35:37 +01:00
WorldCities Initial tags. 2011-10-05 22:32:15 +02:00
ZoomingPdfViewer Initial tags. 2011-10-05 22:32:15 +02:00
.gitattributes Add sln file (and make sure it stays as CRLF because VS needs it) for CoreTelephonyDemo. 2011-09-09 19:45:29 +02:00
.gitignore Readd Make.common and update .gitignore. 2011-10-03 19:38:40 +02:00
LICENSE Add License 2011-09-27 11:47:28 -04:00
Make.common Fixes for the samples: 2011-10-04 12:51:34 -04:00
README.md Added pre-commit hook and the Xamarin code sample validator. 2011-09-21 21:03:45 +02:00
Xamarin.Edu.SampleGallery.Core.dll Update sample validator. 2011-10-22 13:34:21 +02:00
install-hook.sh Set executable bit on install-hook.sh and pre-commit.posix. 2011-09-27 19:14:23 +02:00
mdtool-build Fix mdtool build invocation. 2011-10-04 11:53:52 +02:00
pre-commit.posix Fix mdtool build invocation. 2011-10-04 11:53:52 +02:00
xcsv.exe Update sample validator. 2011-10-22 13:34:21 +02:00

README.md

MonoTouch Samples

The samples in this directory use the MonoTouch toolchain and MonoDevelop project files to illustrate the basics of how to work with iOS and the SDK.

Contributing

Before adding a sample to the repository, please run either install-hook.bat or install-hook.sh depending on whether you're on Windows or a Posix system. This will install a Git hook that runs the Xamarin code sample validator before a commit, to ensure that all samples are good to go.