Xamarin.iOS sample apps
Перейти к файлу
Miguel de Icaza 54825b2132 Improve the sample, cover more stuff 2012-03-23 16:12:42 -04:00
AVCaptureFrames
AVTouchSample
AppPrefs
BackgroundExecution
BindingSample
BubbleCell
ButtonEventDemo
ContentControls
CoreAnimation
CoreImage
CoreLocation
CoreMidiSample
CoreTelephonyDemo
Data
Drawing
GLCameraRipple
GLPaint-GameView
HelloWorld_iPhone
Hello_ComplexUniversal
Hello_MultiScreen_iPhone
Hello_Universal
Hello_iPad
HttpClient
Keychain
LazyTableImages
LowLevelGLPaint
MapCallouts
MonoCatalog-MonoDevelop
MonoCatalogSample
MonoDevelopTouchCells
MoviePlayback
Notifications
OpenGLESSample
OpenGLESSample-GameView
Popovers
PrintSample
Protocols_Delegates_Events
QuartzSample
ReachabilitySample
RecipesAndPrinting
RosyWriter
SharedResources
SimpleDrillDown
SimpleTextInput
Sound
SplitView
StandardControls
StreamingAudio
SysSound
Tabbed_Images
TableAndCellStyles
TableParts
Touch
Touches_Classic
Touches_GestureRecognizers
Transitioning_To_Xcode_4
ViewTransitions
WayUpSample
WeatherMap
Working_with_images
WorldCities
ZoomingPdfViewer
.gitattributes
.gitignore
LICENSE
Make.common
README.md
Xamarin.Edu.SampleGallery.Core.dll
install-hook.sh
mdtool-build
pre-commit.posix
validate.posix
xcsv.exe

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.

License

The Apache License 2.0 applies to all samples in this repository.

Copyright 2011 Xamarin Inc

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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.