Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 1d8a5f7

Browse files
committed
onboard missing samples
1 parent 403c8ff commit 1d8a5f7

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

Protocols_Delegates_Events/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: 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"
44
page_type: sample
55
languages:
66
- csharp
@@ -12,3 +12,5 @@ urlFragment: protocols-delegates-events
1212

1313
This sample demonstrates how to interact with Objective-C protocols
1414
from C#, as well as using the alternative C# events/delegates.
15+
16+
![App sample demonstrating protocols and delegates](Screenshots/ProtocolsDelegatesEventswithAppOutput.png)

SpriteKit/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
---
22
name: 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)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- ios7
12+
- getstarted
913
urlFragment: 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)
Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: 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"
44
page_type: sample
55
languages:
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

0 commit comments

Comments
 (0)