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

Commit 1b21e84

Browse files
committed
onboard missing samples
1 parent 44f04c6 commit 1b21e84

File tree

14 files changed

+61
-94
lines changed

14 files changed

+61
-94
lines changed

TransitionsDemo/README.md

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,10 @@ This sample shows how to create custom view controller transitions in iOS 7. Tra
1717
Sample project provides a library of custom animations which can be dropped directly into your project. It also has a number of 'interaction controllers' which can be used with any of the custom animations in order to make your transitions interactive.
1818

1919
Library currently contains the following transition animations:
20-
<table>
21-
<tr>
22-
<th>Flip</th>
23-
<th>Fold</th>
24-
<th>Crossfade</th>
25-
<th>Explode</th>
26-
</tr>
27-
<tr>
28-
<td><img src="Screenshots/flip.png"/></td>
29-
<td><img src="Screenshots/fold.png"/></td>
30-
<td><img src="Screenshots/crossfade.png"/></td>
31-
<td><img src="Screenshots/explode.png"/></td>
32-
</tr>
33-
<tr>
34-
<th>Turn</th>
35-
<th>Cards</th>
36-
</tr>
37-
<tr>
38-
<td><img src="Screenshots/turn.png"/></td>
39-
<td><img src="Screenshots/cards.png"/></td>
40-
</tr>
41-
</table>
4220

43-
![Transitions Demo application screenshot](Screenshots/cards.png "Transitions Demo application screenshot")
21+
|||||
22+
|--- |--- |--- |--- |
23+
|Flip|Fold|Crossfade|Explode|
24+
|![Flip transition](Screenshots/flip.png)|![Fold transition](Screenshots/fold.png)|![Cross fade transition](Screenshots/crossfade.png)|![Explode transition](Screenshots/explode.png)|
25+
|Turn|Cards|||
26+
|![Turn transition](Screenshots/turn.png)|![Card transition](Screenshots/cards.png)|||

UICatalog/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: 'Xamarin.iOS - UICatalog: Creating and Customizing UIKit Controls'
3-
description: This sample is a catalog exhibiting many views and controls in the UIKit framework along with their various functionalities. Refer to this sample...
2+
name: 'Xamarin.iOS - UICatalog'
3+
description: "Catalog exhibiting many views and controls in the UIKit framework along with their various features"
44
page_type: sample
55
languages:
66
- csharp

UIImageEffects/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - Image Effects
3-
description: "This is a port of Apple's UIImageEffect sample From Apple: UIImageEffects shows how to create and apply blur and tint effects to an image using the..."
3+
description: "Port of the UIImageEffect sample From Apple: UIImageEffects shows how to create and apply blur and tint effects..."
44
page_type: sample
55
languages:
66
- csharp
@@ -10,9 +10,11 @@ urlFragment: uiimageeffects
1010
---
1111
# Image Effects
1212

13-
This is a port of Apple's UIImageEffect sample
13+
This is a port of Apple's UIImageEffect sample.
1414

1515
## Main classes
1616

17-
- ViewController.cs – Calls the various filters on each tap.
18-
- UIImageEffect.cs – Contains various extension methods that allow the user to blur images and tint those images. The convenience methods show how to use the API.
17+
- **ViewController.cs** – Calls the various filters on each tap.
18+
- **UIImageEffect.cs** – Contains various extension methods that allow the user to blur images and tint those images. The convenience methods show how to use the API.
19+
20+
![Cat image with blur effect applied](Screenshots/2.png)

ViewTransitions/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - View Transitions
3-
description: An example on how to use Core Animation transitions
3+
description: "An example on how to use Core Animation transitions"
44
page_type: sample
55
languages:
66
- csharp
@@ -14,7 +14,5 @@ An example on how to use Core Animation transitions.
1414

1515
![View Transitions application screenshot](Screenshots/ViewTransitions1.png "View Transitions application screenshot")
1616

17-
## Preview
18-
1917
Loosely based on Apple's ViewTransitions example:
2018
http://developer.apple.com/library/ios/#samplecode/ViewTransitions

WalkingGameCompleteiOS/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
---
22
name: Xamarin.iOS - MonoGame WalkingGame Project for iOS
3-
description: This is a small demo game using MonoGame for iOS. It is the result of working through the the entire Introduction to Monogame walkthrough. This...
3+
description: "Small demo game using MonoGame for iOS. It is the result of working through the the entire Introduction to MonoGame walkthrough"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- game
912
urlFragment: walkinggamecompleteios
1013
---
1114
# MonoGame WalkingGame Project for iOS
1215

13-
This is a small demo game using MonoGame for iOS. It is the result of working through the the entire Introduction to Monogame walkthrough.
16+
This is a small demo game using MonoGame for iOS. It is the result of working through the the entire [Introduction to MonoGame walkthrough](https://docs.microsoft.com/xamarin/graphics-games/monogame/introduction/).
1417

1518
This single solution contains two projects: one for iOS and one cross-platform portable class library.
1619

1720
The demo can be played by touching the screen to move the character around the screen.
1821

19-
## Author
20-
21-
Victor Chelaru
22+
![Animation of game with man walking](Screenshots/Screenshot1.gif)

WalkingGameEmptyiOS/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
---
22
name: Xamarin.iOS - MonoGame Empty Project for iOS
3-
description: This project serves as a starting-point for MonoGame iOS projects. It is the result of working through the Part 1 - Creating iOS MonoGame Project...
3+
description: "Starting-point for MonoGame iOS projects. It is the result of working through the Creating iOS MonoGame Project... (game)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- game
912
urlFragment: walkinggameemptyios
1013
---
1114
# MonoGame Empty Project for iOS
1215

13-
This project serves as a starting-point for MonoGame iOS projects. It is the result of working through the Part 1 - Creating iOS MonoGame Project walkthrough. It is titled WalkingGame as that is the name of the project created by the full Introduction to MonoGame walkthrough.
16+
This project serves as a starting-point for MonoGame iOS projects. It is the result of working through the [Creating iOS MonoGame Project walkthrough](https://docs.microsoft.com/xamarin/graphics-games/monogame/introduction/part1). It is titled WalkingGame as that is the name of the project created by the full Introduction to MonoGame walkthrough.
1417

1518
This single solution contains two projects: one for iOS and one cross-platform portable class library.
1619

WayUpSample/README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - Way Up Sample
3-
description: An example showing the usage of the ShouldAutorotateToInterfaceOrientation method. Based on the Apple sample;...
3+
description: "An example showing the usage of the ShouldAutorotateToInterfaceOrientation method"
44
page_type: sample
55
languages:
66
- csharp
@@ -10,15 +10,9 @@ urlFragment: wayupsample
1010
---
1111
# Way Up Sample
1212

13-
An example showing the usage of the ShouldAutorotateToInterfaceOrientation method.
13+
An example showing the usage of the `ShouldAutorotateToInterfaceOrientation` method.
1414

15-
Based on the Apple sample;
15+
Based on the Apple sample:
1616
https://developer.apple.com/library/ios/#samplecode/WhichWayIsUp/Introduction/Intro.html
1717

18-
## Preview
19-
20-
![iPhone running Way Up sample](http://farm7.static.flickr.com/6150/6003117842_b0c107e81c.jpg)
21-
22-
## Authors
23-
24-
Miguel de Icaza
18+
![iPhone running Way Up sample](Screenshots/WayUpSample.jpg)

WeatherMap/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
---
22
name: Xamarin.iOS - Weather Map
3-
description: This sample demonstrates using annotations in MapKit by placing weather forecasts above cities.
3+
description: "Demonstrates using annotations in MapKit by placing weather forecasts above cities (map)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- map
912
urlFragment: weathermap
1013
---
1114
# Weather Map
1215

1316
This sample demonstrates using annotations in MapKit by placing
1417
weather forecasts above cities.
18+
19+
![Map showing weather information](Screenshots/WeatherMap1.png)

WebView/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ urlFragment: webview
1212

1313
An example showing the various web views in iOS.
1414

15+
![App showing web view with Xamarin website](Screenshots/safari.png)

WorkingWithImages/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 - Working with Images
3-
description: This sample demonstrates using application support icons (application icon, settings icon, Spotlight Search icon, iTunes image, launch image, etc).
3+
description: "Demonstrates using application support icons (application icon, settings icon, Spotlight Search icon, iTunes image, launch image, etc)"
44
page_type: sample
55
languages:
66
- csharp
@@ -12,3 +12,5 @@ urlFragment: workingwithimages
1212

1313
This sample demonstrates using application support icons (application icon,
1414
settings icon, Spotlight Search icon, iTunes image, launch image, etc).
15+
16+
![App screenshot](Screenshots/WorkingWithImages.png)

0 commit comments

Comments
 (0)