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

Commit

Permalink
onboard missing samples
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptdev committed Aug 2, 2019
1 parent 44f04c6 commit 1b21e84
Show file tree
Hide file tree
Showing 14 changed files with 61 additions and 94 deletions.
29 changes: 6 additions & 23 deletions TransitionsDemo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,10 @@ This sample shows how to create custom view controller transitions in iOS 7. Tra
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.

Library currently contains the following transition animations:
<table>
<tr>
<th>Flip</th>
<th>Fold</th>
<th>Crossfade</th>
<th>Explode</th>
</tr>
<tr>
<td><img src="Screenshots/flip.png"/></td>
<td><img src="Screenshots/fold.png"/></td>
<td><img src="Screenshots/crossfade.png"/></td>
<td><img src="Screenshots/explode.png"/></td>
</tr>
<tr>
<th>Turn</th>
<th>Cards</th>
</tr>
<tr>
<td><img src="Screenshots/turn.png"/></td>
<td><img src="Screenshots/cards.png"/></td>
</tr>
</table>

![Transitions Demo application screenshot](Screenshots/cards.png "Transitions Demo application screenshot")
|||||
|--- |--- |--- |--- |
|Flip|Fold|Crossfade|Explode|
|![Flip transition](Screenshots/flip.png)|![Fold transition](Screenshots/fold.png)|![Cross fade transition](Screenshots/crossfade.png)|![Explode transition](Screenshots/explode.png)|
|Turn|Cards|||
|![Turn transition](Screenshots/turn.png)|![Card transition](Screenshots/cards.png)|||
4 changes: 2 additions & 2 deletions UICatalog/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: 'Xamarin.iOS - UICatalog: Creating and Customizing UIKit Controls'
description: This sample is a catalog exhibiting many views and controls in the UIKit framework along with their various functionalities. Refer to this sample...
name: 'Xamarin.iOS - UICatalog'
description: "Catalog exhibiting many views and controls in the UIKit framework along with their various features"
page_type: sample
languages:
- csharp
Expand Down
10 changes: 6 additions & 4 deletions UIImageEffects/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - Image Effects
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..."
description: "Port of the UIImageEffect sample From Apple: UIImageEffects shows how to create and apply blur and tint effects..."
page_type: sample
languages:
- csharp
Expand All @@ -10,9 +10,11 @@ urlFragment: uiimageeffects
---
# Image Effects

This is a port of Apple's UIImageEffect sample
This is a port of Apple's UIImageEffect sample.

## Main classes

- ViewController.cs – Calls the various filters on each tap.
- 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.
- **ViewController.cs** – Calls the various filters on each tap.
- **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.

![Cat image with blur effect applied](Screenshots/2.png)
4 changes: 1 addition & 3 deletions ViewTransitions/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - View Transitions
description: An example on how to use Core Animation transitions
description: "An example on how to use Core Animation transitions"
page_type: sample
languages:
- csharp
Expand All @@ -14,7 +14,5 @@ An example on how to use Core Animation transitions.

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

## Preview

Loosely based on Apple's ViewTransitions example:
http://developer.apple.com/library/ios/#samplecode/ViewTransitions
11 changes: 6 additions & 5 deletions WalkingGameCompleteiOS/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
---
name: Xamarin.iOS - MonoGame WalkingGame Project for iOS
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...
description: "Small demo game using MonoGame for iOS. It is the result of working through the the entire Introduction to MonoGame walkthrough"
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- game
urlFragment: walkinggamecompleteios
---
# MonoGame WalkingGame Project for iOS

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 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/).

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

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

## Author

Victor Chelaru
![Animation of game with man walking](Screenshots/Screenshot1.gif)
7 changes: 5 additions & 2 deletions WalkingGameEmptyiOS/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
---
name: Xamarin.iOS - MonoGame Empty Project for iOS
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...
description: "Starting-point for MonoGame iOS projects. It is the result of working through the Creating iOS MonoGame Project... (game)"
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- game
urlFragment: walkinggameemptyios
---
# MonoGame Empty Project for iOS

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.
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.

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

Expand Down
14 changes: 4 additions & 10 deletions WayUpSample/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - Way Up Sample
description: An example showing the usage of the ShouldAutorotateToInterfaceOrientation method. Based on the Apple sample;...
description: "An example showing the usage of the ShouldAutorotateToInterfaceOrientation method"
page_type: sample
languages:
- csharp
Expand All @@ -10,15 +10,9 @@ urlFragment: wayupsample
---
# Way Up Sample

An example showing the usage of the ShouldAutorotateToInterfaceOrientation method.
An example showing the usage of the `ShouldAutorotateToInterfaceOrientation` method.

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

## Preview

![iPhone running Way Up sample](http://farm7.static.flickr.com/6150/6003117842_b0c107e81c.jpg)

## Authors

Miguel de Icaza
![iPhone running Way Up sample](Screenshots/WayUpSample.jpg)
7 changes: 6 additions & 1 deletion WeatherMap/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
---
name: Xamarin.iOS - Weather Map
description: This sample demonstrates using annotations in MapKit by placing weather forecasts above cities.
description: "Demonstrates using annotations in MapKit by placing weather forecasts above cities (map)"
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- map
urlFragment: weathermap
---
# Weather Map

This sample demonstrates using annotations in MapKit by placing
weather forecasts above cities.

![Map showing weather information](Screenshots/WeatherMap1.png)
1 change: 1 addition & 0 deletions WebView/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ urlFragment: webview

An example showing the various web views in iOS.

![App showing web view with Xamarin website](Screenshots/safari.png)
4 changes: 3 additions & 1 deletion WorkingWithImages/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - Working with Images
description: This sample demonstrates using application support icons (application icon, settings icon, Spotlight Search icon, iTunes image, launch image, etc).
description: "Demonstrates using application support icons (application icon, settings icon, Spotlight Search icon, iTunes image, launch image, etc)"
page_type: sample
languages:
- csharp
Expand All @@ -12,3 +12,5 @@ urlFragment: workingwithimages

This sample demonstrates using application support icons (application icon,
settings icon, Spotlight Search icon, iTunes image, launch image, etc).

![App screenshot](Screenshots/WorkingWithImages.png)
30 changes: 15 additions & 15 deletions WorkingWithTables/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - Working With Tables
description: This collection of small samples shows how to use tables in Xamarin.iOS. The directory structure reflects the collection of article in the...
description: "Collection of small samples shows how to use UITableView to build lists in Xamarin.iOS"
page_type: sample
languages:
- csharp
Expand All @@ -10,26 +10,26 @@ urlFragment: workingwithtables
---
# Working With Tables

This collection of small samples shows how to use tables in Xamarin.iOS. The directory structure reflects the collection of article in the developer centre on [Working with Tables and Cells](http://developer.xamarin.com/guides/ios/user_interface/tables).
This collection of small samples shows how to use tables in Xamarin.iOS. The directory structure reflects the collection of article in the developer centre on [Working with Tables and Cells](https://docs.microsoft.com/xamarin/ios/user-interface/controls/tables/).

## [Part 2 - Populating a Table with Data](http://developer.xamarin.com/guides/ios/user_interface/tables/part_2_-_populating_a_table_with_data/)
## [Part 2 - Populating a Table with Data](https://docs.microsoft.com/xamarin/ios/user-interface/controls/tables/populating-a-table-with-data)

* [BasicTable](http://developer.xamarin.com/guides/ios/user_interface/tables/part_2_-_populating_a_table_with_data/#Subclassing_UITableViewSource)
* [BasicTableHeaderFooter](http://developer.xamarin.com/guides/ios/user_interface/tables/part_2_-_populating_a_table_with_data/#Adding_Headers_and_Footers)
* [BasicTableIndex](http://developer.xamarin.com/guides/ios/user_interface/tables/part_2_-_populating_a_table_with_data/#Adding_an_Index)
* [BasicTable](https://docs.microsoft.com/xamarin/ios/user-interface/controls/tables/populating-a-table-with-data#Subclassing_UITableViewSource)
* [BasicTableHeaderFooter](https://docs.microsoft.com/xamarin/ios/user-interface/controls/tables/populating-a-table-with-data#Adding_Headers_and_Footers)
* [BasicTableIndex](https://docs.microsoft.com/xamarin/ios/user-interface/controls/tables/populating-a-table-with-data#Adding_an_Index)

## [Part 3 - Customizing a Table's Appearance](http://developer.xamarin.com/guides/ios/user_interface/tables/part_3_-_customizing_a_table's_appearance/)
## [Part 3 - Customizing a Table's Appearance](https://docs.microsoft.com/xamarin/ios/user-interface/controls/tables/customizing-table-appearance)

* [CellDefaultTable](http://developer.xamarin.com/guides/ios/user_interface/tables/part_3_-_customizing_a_table's_appearance/#UITableViewCell_Styles)
* [CellAccessory](http://developer.xamarin.com/guides/ios/user_interface/tables/part_3_-_customizing_a_table's_appearance/#Accessories)
* [CellCustomTable](http://developer.xamarin.com/guides/ios/user_interface/tables/part_3_-_customizing_a_table's_appearance/#Creating_Custom_Cell_Layouts)
* [CellDefaultTable](https://docs.microsoft.com/xamarin/ios/user-interface/controls/tables/customizing-table-appearance)
* [CellAccessory](https://docs.microsoft.com/xamarin/ios/user-interface/controls/tables/customizing-table-appearance#accessories)
* [CellCustomTable](https://docs.microsoft.com/en-us/xamarin/ios/user-interface/controls/tables/customizing-table-appearance#creating-custom-cell-layouts)

## [Part 4 - Editing](http://developer.xamarin.com/guides/ios/user_interface/tables/part_4_-_editing/)
## [Part 4 - Editing](https://docs.microsoft.com/xamarin/ios/user-interface/controls/tables/editing)

* [TableEditMode](http://developer.xamarin.com/guides/ios/user_interface/tables/part_4_-_editing/#Edit_mode)
* [TableEditModeAdd](http://developer.xamarin.com/guides/ios/user_interface/tables/part_4_-_editing/#Edit_mode_row_insertion_editing_style)
* [TableEditMode](https://docs.microsoft.com/xamarin/ios/user-interface/controls/tables/editing#edit-mode)
* [TableEditModeAdd](https://docs.microsoft.com/en-us/xamarin/ios/user-interface/controls/tables/editing#row-insertion-editing-style)

Also related to these samples are:

* [StoryboardTable](http://developer.xamarin.com/samples/monotouch/StoryboardTable/), which describes how to access a table created in a storyboard, via code.
* [TableEditing](http://developer.xamarin.com/samples/monotouch/TableEditing/), which shows how to implement swipe to delete in a cell.
* [StoryboardTable](https://docs.microsoft.com/samples/xamarin/ios-samples/storyboardtable/), which describes how to access a table created in a storyboard, via code.
* [TableEditing](https://docs.microsoft.com/samples/xamarin/ios-samples/tableediting/), which shows how to implement swipe to delete in a cell.
9 changes: 0 additions & 9 deletions Working_with_images/Metadata.xml

This file was deleted.

11 changes: 1 addition & 10 deletions Working_with_images/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
---
name: Xamarin.iOS - Working with Images
description: This sample demonstrates using application support icons (application icon, settings icon, Spotlight Search icon, iTunes image, launch image, etc).
page_type: sample
languages:
- csharp
products:
- xamarin
urlFragment: working-with-images
---
# Working with Images

This sample demonstrates using application support icons (application icon,
settings icon, Spotlight Search icon, iTunes image, launch image, etc).

14 changes: 5 additions & 9 deletions WorldCities/README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
---
name: Xamarin.iOS - World Cities
description: A simple example of using the Map Kit API in a MonoTouch application. Based on Apple's sample:...
description: "Example of using the Map Kit API in a Xamarin.iOS application (map)"
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- map
urlFragment: worldcities
---
# World Cities

A simple example of using the Map Kit API in a MonoTouch application.
A simple example of using the Map Kit API in a Xamarin.iOS application.
Based on Apple's sample:
https://developer.apple.com/library/ios/#samplecode/WorldCities/Introduction/Intro.html#//apple_ref/doc/uid/DTS40009466

## Requires

iOS 5.0 and up.

![World Cities application screenshot](Screenshots/screenshot-1.png "World Cities application screenshot")

## Authors

Mike Krüger

0 comments on commit 1b21e84

Please sign in to comment.