Xamarin.iOS sample apps
Перейти к файлу
Rolf Bjarne Kvinge 2aa0bf5cc7 [CustomCollectionViewLayoutAttributes] Fix sample to not bounce around when tapped. Fixes #12308. 2013-05-31 15:36:34 +02:00
AQTapDemo
AUSoundTriggeredPlayingSoundMemoryBased
AVCaptureFrames
AVTouchSample Fixed peakLight 2013-05-21 09:56:37 -04:00
AppPrefs
AudioConverterFileConverter Fix sample build by converting InterruptionType to string for the debug print 2013-05-21 10:06:24 -04:00
AudioGenerator
AudioQueueOfflineRenderDemo
BackgroundExecution
BindingSample Fixed problem with universal static library 2013-05-22 14:12:19 -05:00
BubbleCell
ButtonEventDemo
Calendars
CircleLayout
ContentControls
CoreAnimation
CoreImage
CoreLocation
CoreMidiSample
CoreTelephonyDemo
CustomCollectionViewLayoutAttributes [CustomCollectionViewLayoutAttributes] Fix sample to not bounce around when tapped. Fixes #12308. 2013-05-31 15:36:34 +02:00
CustomInputStream
CustomPropertyAnimation
Data
Drawing
FileSystemSampleCode
FontList
FrogScroller
GLCameraRipple
GLPaint-GameView Application Devices Type Changed to Universal to support iPad. 2013-05-09 10:10:47 -04:00
GoogleAdMobAds/binding
HelloWorld_iPhone
Hello_ComplexUniversal
Hello_MultiScreen_iPhone
Hello_Universal
Hello_iPad
HttpClient fixed bug #12070 2013-05-29 14:12:59 -04:00
ImageProtocol
KeyValueObserving
Keychain
LazyTableImages
LineLayout
LowLevelGLPaint
MTDJsonDemo
MTDReflectionWalkthrough
MTDWalkthrough
MapCallouts
MapKitSearch
MediaCapture
MediaNotes
MonoCatalog-MonoDevelop Enable the bottom of the screen on the iPhone5. Fix bug #12071 2013-05-02 16:37:43 -04:00
MonoCatalogSample
MonoDevelopTouchCells
MotionGraphs
MoviePlayback
Notifications
OpenGLESSample
OpenGLESSample-GameView
OpenGLScroller
PaintCode
PassKit
PinchIt
PokerNightVoting
Popovers
PrintSample
Protocols_Delegates_Events
QuartzSample
Quotes
ReachabilitySample
RecipesAndPrinting
RegionDefiner Fixed app orientation issue 2013-05-20 17:11:29 -04:00
RosyWriter
Rotation
SearchDemo
SharedResources
SimpleCollectionView Set MinimumInteritemSpacing and MinimumLineSpacing on flow layout 2013-05-03 16:46:15 -04:00
SimpleDrillDown
SimpleTextInput
SocialFrameworkDemo
Sound
SplitView
StandardControls
Stars
StoreKit
StreamingAudio
SysSound
Tabbed_Images
TableAndCellStyles
TableEditing
TableParts
Touch Disable Landscape in touch sample and fixed bug #12073 2013-05-29 12:18:09 -04:00
Touches_Classic
Touches_GestureRecognizers
Transitioning_To_Xcode_4
ViewTransitions Fixed bug #11645 2013-05-30 11:57:28 -04:00
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.