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

Commit 44f04c6

Browse files
committed
onboard mssing samples
1 parent e74d954 commit 44f04c6

File tree

4 files changed

+13
-19
lines changed

4 files changed

+13
-19
lines changed

TicTacToe/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
22
name: Xamarin.iOS - TicTacToe
3-
description: This sample demonstrates how to customize UIKit controls, tintColor, and renderingMode and build custom controls.
3+
description: "Demonstrates how to customize UIKit controls, tintColor, and renderingMode and build custom controls (game)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- game
912
urlFragment: tictactoe
1013
---
11-
# TicTacToe
14+
# TicTacToe for Xamarin.iOS
1215

1316
This sample demonstrates how to customize UIKit controls, tintColor, and renderingMode and build custom controls.
1417

Touch/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - Touch
3-
description: This sample illustrates how to work with touch in iOS. Specifically, it shows how to handle touch events, use pre-defined gesture recognizers, and...
3+
description: "Illustrates how to work with touch in iOS. Specifically, it shows how to handle touch events and use pre-defined gesture recognizers"
44
page_type: sample
55
languages:
66
- csharp
@@ -12,12 +12,8 @@ urlFragment: touch
1212

1313
This sample illustrates how to work with touch in iOS. Specifically, it shows
1414
how to handle touch events, use pre-defined gesture recognizers, and create
15-
custom gesture recognizers.
15+
custom gesture recognizers.
1616

17-
See also the [touch samples](https://github.com/xamarin/monotouch-samples/tree/master/ApplicationFundamentals) associated with the [touch docs](http://developer.xamarin.com/guides/cross-platform/application_fundamentals/touch/).
17+
See also the [touch samples](https://github.com/xamarin/ios-samples/tree/master/ApplicationFundamentals) associated with the [touch docs](https://docs.microsoft.com/xamarin/ios/app-fundamentals/touch/).
1818

1919
![Touch application screenshot](Screenshots/01.png "Touch application screenshot")
20-
21-
## Authors
22-
23-
Bryan Costanich

TouchesClassic/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - Touches
3-
description: An example on how to handle touches to move multiple objects. TouchesClassic demonstrates how to use the UIResponder events Loosely based on...
3+
description: "How to handle touches to move multiple objects. TouchesClassic demonstrates how to use the UIResponder events"
44
page_type: sample
55
languages:
66
- csharp
@@ -17,7 +17,3 @@ Loosely based on Apple's Touches example:
1717
http://developer.apple.com/library/ios/#samplecode/Touches
1818

1919
![Touches application screenshot](Screenshots/Touches_Classic1.png "Touches application screenshot")
20-
21-
## Authors
22-
23-
Mike Krüger

TransitionsDemo/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: Xamarin.iOS - Transitions Demo
3-
description: 'This sample shows how to create custom view controller transitions in iOS 7. Transitions can be used in a range of contexts: push, pop, modal etc....'
3+
description: 'Shows how to create custom view controller transitions. Transitions can be used in a range of contexts: push, pop, modal... (iOS7)'
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- ios7
912
urlFragment: transitionsdemo
1013
---
1114
# Transitions Demo
@@ -38,7 +41,3 @@ Library currently contains the following transition animations:
3841
</table>
3942

4043
![Transitions Demo application screenshot](Screenshots/cards.png "Transitions Demo application screenshot")
41-
42-
## Authors
43-
44-
Oleg Demchenko

0 commit comments

Comments
 (0)