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

Commit

Permalink
onboard mssing samples
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptdev committed Aug 2, 2019
1 parent e74d954 commit 44f04c6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 19 deletions.
7 changes: 5 additions & 2 deletions TicTacToe/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
10 changes: 3 additions & 7 deletions Touch/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
6 changes: 1 addition & 5 deletions TouchesClassic/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
9 changes: 4 additions & 5 deletions TransitionsDemo/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -38,7 +41,3 @@ Library currently contains the following transition animations:
</table>

![Transitions Demo application screenshot](Screenshots/cards.png "Transitions Demo application screenshot")

## Authors

Oleg Demchenko

0 comments on commit 44f04c6

Please sign in to comment.