Xamarin.iOS sample apps
Перейти к файлу
Marek Safar 7536b143f2 Updated to use new API 2013-01-30 10:44:23 +01:00
AQTapDemo Add license 2013-01-25 15:58:31 -05:00
AUSoundTriggeredPlayingSoundMemoryBased
AVCaptureFrames Add AQTapDemo, port of Chris Adamson's sample from CocoaConf 2013-01-25 15:55:05 -05:00
AVTouchSample
AppPrefs
AudioConverterFileConverter Add metadata 2013-01-27 21:42:04 +01:00
AudioGenerator
AudioQueueOfflineRenderDemo Updated to use new API 2013-01-30 10:44:23 +01:00
BackgroundExecution
BindingSample
BubbleCell
ButtonEventDemo
Calendars
CircleLayout
ContentControls
CoreAnimation
CoreImage
CoreLocation
CoreMidiSample
CoreTelephonyDemo
CustomInputStream
CustomPropertyAnimation
Data
Drawing
FileSystemSampleCode
FontList
FrogScroller
GLCameraRipple
GLPaint-GameView
GoogleAdMobAds/binding
HelloWorld_iPhone
Hello_ComplexUniversal
Hello_MultiScreen_iPhone
Hello_Universal
Hello_iPad
HttpClient
ImageProtocol
KeyValueObserving
Keychain
LazyTableImages
LineLayout
LowLevelGLPaint
MTDJsonDemo
MTDReflectionWalkthrough
MTDWalkthrough
MapCallouts
MapKitSearch Add sample for new MapKitSearch API added in iOS 6.1 2013-01-28 16:00:25 -05:00
MediaCapture
MediaNotes
MonoCatalog-MonoDevelop
MonoCatalogSample
MonoDevelopTouchCells
MotionGraphs
MoviePlayback
Notifications
OpenGLESSample
OpenGLESSample-GameView
OpenGLScroller
PaintCode
PassKit
PinchIt
PokerNightVoting
Popovers
PrintSample
Protocols_Delegates_Events
QuartzSample
Quotes
ReachabilitySample Update ReachabilitySample/reachability.cs 2013-01-24 16:15:11 +02:00
RecipesAndPrinting
RegionDefiner
RosyWriter
SearchDemo
SharedResources
SimpleCollectionView
SimpleDrillDown
SimpleTextInput
SocialFrameworkDemo
Sound
SplitView
StandardControls
Stars
StoreKit
StreamingAudio
SysSound
Tabbed_Images
TableAndCellStyles
TableEditing
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.