This repository was archived by the owner on Apr 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +17
-11
lines changed
Protocols_Delegates_Events
Touches_GestureRecognizers Expand file tree Collapse file tree 4 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 11---
22name : Xamarin.iOS - Protocols, Delegates, and Events
3- description : This sample demonstrates how to interact with Objective-C protocols from C, as well as using the alternative C events/delegates.
3+ description : " Demonstrates how to interact with Objective-C protocols from C# , as well as using the alternative C# events/delegates"
44page_type : sample
55languages :
66- csharp
@@ -12,3 +12,5 @@ urlFragment: protocols-delegates-events
1212
1313This sample demonstrates how to interact with Objective-C protocols
1414from C#, as well as using the alternative C# events/delegates.
15+
16+ ![ App sample demonstrating protocols and delegates] ( Screenshots/ProtocolsDelegatesEventswithAppOutput.png )
Original file line number Diff line number Diff line change 11---
22name : Xamarin.iOS - Sprite Kit Hello World
3- description : This is the Hello World Sprite kit sample, that ships with iOS 7
3+ description : " Hello World get started with Sprite kit sample (iOS7) "
44page_type : sample
55languages :
66- csharp
77products :
88- xamarin
9+ extensions :
10+ tags :
11+ - ios7
12+ - getstarted
913urlFragment : spritekit
1014---
1115# Sprite Kit Hello World
12- This is the Hello World Sprite kit sample, that ships with iOS 7
16+
17+ This is the Hello World Sprite kit sample, that ships with iOS 7.
18+
19+ ![ App showing two spaceship sprites] ( Screenshots/01.png )
File renamed without changes.
Original file line number Diff line number Diff line change 11---
22name : Xamarin.iOS - Gesture Recognizers
3- description : An example on how to handle touches to move multiple objects. TouchesGestureRecognizers demostrate how to do it with UIGestureRecognizers. Loosely...
3+ description : " How to handle touches to move multiple objects with UIGestureRecognizers"
44page_type : sample
55languages :
66- csharp
@@ -10,14 +10,11 @@ urlFragment: touches-gesturerecognizers
1010---
1111# Gesture Recognizers
1212
13- An example on how to handle touches to move multiple objects.
14- Touches_GestureRecognizers demostrate how to do it with UIGestureRecognizers.
15-
16- Loosely based on Apple's Touches example:
17- http://developer.apple.com/library/ios/#samplecode/Touches
13+ An example on how to handle touches to move multiple objects with UIGestureRecognizers.
1814
1915![ Gesture Recognizers application screenshot] ( Screenshots/Touches_GestureRecognizers1.png " Gesture Recognizers application screenshot ")
2016
21- ## Authors
17+ See the [ touch events and gestures ] ( https://docs.microsoft.com/xamarin/ios/app-fundamentals/touch/touch-in-ios ) docs for Xamarin.iOS.
2218
23- Mike Krüger
19+ Loosely based on Apple's Touches example:
20+ http://developer.apple.com/library/ios/#samplecode/Touches
You can’t perform that action at this time.
0 commit comments