From 44f04c650447971fc0f50f24825915b7704bf25e Mon Sep 17 00:00:00 2001 From: conceptdev Date: Thu, 1 Aug 2019 22:35:19 -0700 Subject: [PATCH] onboard mssing samples --- TicTacToe/README.md | 7 +++++-- Touch/README.md | 10 +++------- TouchesClassic/README.md | 6 +----- TransitionsDemo/README.md | 9 ++++----- 4 files changed, 13 insertions(+), 19 deletions(-) diff --git a/TicTacToe/README.md b/TicTacToe/README.md index 2bc696b84..c53c2b554 100644 --- a/TicTacToe/README.md +++ b/TicTacToe/README.md @@ -1,14 +1,17 @@ --- name: Xamarin.iOS - TicTacToe -description: This sample demonstrates how to customize UIKit controls, tintColor, and renderingMode and build custom controls. +description: "Demonstrates how to customize UIKit controls, tintColor, and renderingMode and build custom controls (game)" page_type: sample languages: - csharp products: - xamarin +extensions: + tags: + - game urlFragment: tictactoe --- -# TicTacToe +# TicTacToe for Xamarin.iOS This sample demonstrates how to customize UIKit controls, tintColor, and renderingMode and build custom controls. diff --git a/Touch/README.md b/Touch/README.md index 27bb1302f..a193bbe0b 100644 --- a/Touch/README.md +++ b/Touch/README.md @@ -1,6 +1,6 @@ --- name: Xamarin.iOS - Touch -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... +description: "Illustrates how to work with touch in iOS. Specifically, it shows how to handle touch events and use pre-defined gesture recognizers" page_type: sample languages: - csharp @@ -12,12 +12,8 @@ urlFragment: touch This sample illustrates how to work with touch in iOS. Specifically, it shows how to handle touch events, use pre-defined gesture recognizers, and create -custom gesture recognizers. +custom gesture recognizers. -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/). +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/). ![Touch application screenshot](Screenshots/01.png "Touch application screenshot") - -## Authors - -Bryan Costanich diff --git a/TouchesClassic/README.md b/TouchesClassic/README.md index b50a6240a..c5af595a5 100644 --- a/TouchesClassic/README.md +++ b/TouchesClassic/README.md @@ -1,6 +1,6 @@ --- name: Xamarin.iOS - Touches -description: An example on how to handle touches to move multiple objects. TouchesClassic demonstrates how to use the UIResponder events Loosely based on... +description: "How to handle touches to move multiple objects. TouchesClassic demonstrates how to use the UIResponder events" page_type: sample languages: - csharp @@ -17,7 +17,3 @@ Loosely based on Apple's Touches example: http://developer.apple.com/library/ios/#samplecode/Touches ![Touches application screenshot](Screenshots/Touches_Classic1.png "Touches application screenshot") - -## Authors - -Mike Krüger diff --git a/TransitionsDemo/README.md b/TransitionsDemo/README.md index c175f6dc7..02787cf36 100644 --- a/TransitionsDemo/README.md +++ b/TransitionsDemo/README.md @@ -1,11 +1,14 @@ --- name: Xamarin.iOS - Transitions Demo -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....' +description: 'Shows how to create custom view controller transitions. Transitions can be used in a range of contexts: push, pop, modal... (iOS7)' page_type: sample languages: - csharp products: - xamarin +extensions: + tags: + - ios7 urlFragment: transitionsdemo --- # Transitions Demo @@ -38,7 +41,3 @@ Library currently contains the following transition animations: ![Transitions Demo application screenshot](Screenshots/cards.png "Transitions Demo application screenshot") - -## Authors - -Oleg Demchenko \ No newline at end of file