Xamarin.iOS sample apps
Перейти к файлу
Bryan Costanich 54571a87e1 Added Drawing, CoreLocation, and Background Execution (multitasking) samples, as well as screenshots, etc. 2011-10-04 09:50:43 +02:00
AVCaptureFrames Fix AVCaptureFrames build with newer MT versions. 2011-10-03 15:51:01 +02:00
AVTouchSample Readd Make.common and update .gitignore. 2011-10-03 19:38:40 +02:00
AppPrefs Added some screenshots. 2011-10-03 19:33:27 +02:00
BackgroundExecution Added Drawing, CoreLocation, and Background Execution (multitasking) samples, as well as screenshots, etc. 2011-10-04 09:50:43 +02:00
CoreAnimation Keep some stuff consistent. 2011-10-02 17:18:47 +02:00
CoreLocation Added Drawing, CoreLocation, and Background Execution (multitasking) samples, as well as screenshots, etc. 2011-10-04 09:50:43 +02:00
CoreTelephonyDemo Added some screenshots. 2011-10-03 19:33:27 +02:00
Drawing Added Drawing, CoreLocation, and Background Execution (multitasking) samples, as well as screenshots, etc. 2011-10-04 09:50:43 +02:00
GLPaint-GameView Some sample levels. 2011-09-30 13:43:25 +02:00
HttpClient Add Metadata.xml files. 2011-09-29 15:30:09 +02:00
Keychain Some sample levels. 2011-09-30 13:43:25 +02:00
LazyTableImages Add Metadata.xml files. 2011-09-29 15:30:09 +02:00
LowLevelGLPaint Some sample levels. 2011-09-30 13:43:25 +02:00
MapCallouts [MapCallouts] Fix typo causing compilation to fail. 2011-10-04 09:37:28 +02:00
MonoCatalog-MonoDevelop Readd Make.common and update .gitignore. 2011-10-03 19:38:40 +02:00
MonoCatalogSample Readd Make.common and update .gitignore. 2011-10-03 19:38:40 +02:00
MonoDevelopTouchCells Add Metadata.xml files. 2011-09-29 15:30:09 +02:00
OpenGLESSample Add Metadata.xml files. 2011-09-29 15:30:09 +02:00
OpenGLESSample-GameView Add Metadata.xml files. 2011-09-29 15:30:09 +02:00
Popovers Level for the Popovers sample, thanks Rodrigo! 2011-10-03 22:14:40 +02:00
PrintSample Added some screenshots. 2011-10-03 19:33:27 +02:00
QuartzSample Add Metadata.xml files. 2011-09-29 15:30:09 +02:00
ReachabilitySample Readd Make.common and update .gitignore. 2011-10-03 19:38:40 +02:00
RecipesAndPrinting Added some screenshots. 2011-10-03 19:33:27 +02:00
SimpleDrillDown Added some screenshots. 2011-10-03 19:33:27 +02:00
SimpleTextInput Some sample levels. 2011-09-30 13:43:25 +02:00
StreamingAudio Readd Make.common and update .gitignore. 2011-10-03 19:38:40 +02:00
SysSound Add Metadata.xml files. 2011-09-29 15:30:09 +02:00
Touches_Classic Add Metadata.xml files. 2011-09-29 15:30:09 +02:00
Touches_GestureRecognizers Some sample levels. 2011-09-30 13:43:25 +02:00
ViewTransitions Some sample levels. 2011-09-30 13:43:25 +02:00
WayUpSample Add Metadata.xml files. 2011-09-29 15:30:09 +02:00
WeatherMap Add Metadata.xml files. 2011-09-29 15:30:09 +02:00
WorldCities More sample levels. 2011-09-30 15:38:32 +02:00
ZoomingPdfViewer Add Metadata.xml files. 2011-09-29 15:30:09 +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 Readd Make.common and update .gitignore. 2011-10-03 19:38:40 +02: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 code sample validator. 2011-09-28 18:22:49 +02:00
install-hook.sh Added CoreAnimation Sample + Chmod +x on git hook install 2011-09-30 13:45:48 -07:00
pre-commit.posix Use 'mdtool build' to do build validation. 2011-09-28 18:26:21 +02:00
xcsv.exe Update code sample validator. 2011-09-28 18:22:49 +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.