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

Commit f302084

Browse files
committed
update readme, fix links
1 parent f6a2fa9 commit f302084

File tree

26 files changed

+97
-153
lines changed

26 files changed

+97
-153
lines changed

MTDJsonDemo/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ products:
88
- xamarin
99
urlFragment: mtdjsondemo
1010
---
11-
# MonoTouch.Dialog JSON Walkthrough
11+
# Xamarin.iOS MonoTouch.Dialog JSON Walkthrough
1212

1313
This sample demonstrates how to use the JSON API with MonoTouch.Dialog
14+
15+
![App showing user input fields loaded from JSON](Screenshots/MTDJsonDemo.png)

MTDReflectionWalkthrough/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
2-
name: Xamarin.iOS - MonoTouch.Dialog Reflection API Walkthrough
3-
description: This sample demonstrates how to use the Reflection API with MonTouch.Dialog
2+
name: Xamarin.iOS - MonoTouch.Dialog Reflection API
3+
description: This sample demonstrates how to use the Reflection API with MonoTouch.Dialog
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
99
urlFragment: mtdreflectionwalkthrough
1010
---
11-
# MonoTouch.Dialog Reflection API Walkthrough
11+
# Xamarin.iOS MonoTouch.Dialog Reflection API
1212

13-
This sample demonstrates how to use the Reflection API with MonTouch.Dialog
13+
This sample demonstrates how to use the Reflection API with MonoTouch.Dialog
14+
15+
![App showing list of data](Screenshots/MTDReflectionWalkthrough.png)

MTDWalkthrough/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Xamarin.iOS - MonoTouch.Dialog Element Walkthrough
2+
name: Xamarin.iOS - MonoTouch.Dialog Element
33
description: This sample demonstrates how to use the Element API with MonoTouch.Dialog
44
page_type: sample
55
languages:
@@ -8,6 +8,8 @@ products:
88
- xamarin
99
urlFragment: mtdwalkthrough
1010
---
11-
# MonoTouch.Dialog Element Walkthrough
11+
# Xamarin.iOS MonoTouch.Dialog Element
1212

1313
This sample demonstrates how to use the Element API with MonoTouch.Dialog
14+
15+
![App screenshots](Screenshots/MTDWalkthrough.png)

MTGKTapper/MTGKTapper/README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - GameCenterSample
3-
description: A sample demonstrating how to enable Game Center support in Monotouch. This sample based on Apple's Game Center example:...
3+
description: A sample demonstrating how to enable Game Center support in Xamarin.iOS, based on Apple's Game Center example...
44
page_type: sample
55
languages:
66
- csharp
@@ -10,16 +10,10 @@ urlFragment: mtgktapper-mtgktapper
1010
---
1111
# GameCenterSample
1212

13-
A sample demonstrating how to enable Game Center support in Monotouch.
13+
A sample demonstrating how to enable Game Center support in Xamarin.iOS.
1414

15-
16-
This sample based on Apple's Game Center example:
15+
This sample is based on Apple's Game Center example:
1716

1817
https://developer.apple.com/library/ios/samplecode/GKTapper/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010283
1918

20-
2119
![GameCenterSample application screenshot](Screenshots/MTGKTapper1.png "GameCenterSample application screenshot")
22-
23-
## Authors
24-
25-
Bo Pang

MidiTest/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ urlFragment: miditest
1010
---
1111
# Midi Test
1212

13-
This sample illustrates how to use CoreAudio to load and play a MIDI sequence from a file, and uses an AUGraph to play the notes with an instrument effect. A Virtual Endpoint is also created to interecept and display the MIDI messages as it runs. The sample is a port the 'MIDI Driven Animation using CoreMIDI in Objective C' [sample code](http://www.deluge.co/?q=midi-driven-animation-core-audio-objective-c) by Ben Smiley.
13+
This sample illustrates how to use CoreAudio to load and play a MIDI sequence from a file, and uses an AUGraph to play the notes with an instrument effect. A Virtual Endpoint is also created to intercept and display the MIDI messages as it runs. The sample is a port the ['MIDI Driven Animation using CoreMIDI in Objective C' sample code](http://www.deluge.co/?q=midi-driven-animation-core-audio-objective-c) by Ben Smiley.
1414

15-
## Authors
15+
## Author
1616

1717
Original by Ben Smiley - http://www.deluge.co/?q=midi-driven-animation-core-audio-objective-c
18-
19-
Ported by Timothy Risi

MonoCatalog-MonoDevelop/README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
11
---
2-
name: Xamarin.iOS - MonoCatalog MonoDevelop
3-
description: A kitchen sink example of common UI elements and APIs used in iOS and how you can use these with MonoTouch. Preview
2+
name: Xamarin.iOS - MonoCatalog
3+
description: A kitchen sink example of common UI elements and APIs used in iOS and how you can use these with Xamarin.iOS
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
99
urlFragment: monocatalog-monodevelop
1010
---
11-
# MonoCatalog MonoDevelop
11+
# Xamarin.iOS MonoCatalog
1212

1313
A kitchen sink example of common UI elements and APIs used
1414
in iOS and how you can use these with MonoTouch.
1515

16-
## Preview
17-
18-
![iPhone running MonoCatalog](http://farm7.static.flickr.com/6020/5999694606_bc1acdb573.jpg)
19-
20-
## Authors
21-
22-
Miguel de Icaza
16+
![iPhone running MonoCatalog](Screenshots/MonoCatalog-MonoDevelop01.png)

MonoDevelopTouchCells/README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
---
22
name: Xamarin.iOS - Touch Cells
3-
description: An example showing using a UITableView and displaying a custom cell within it. Preview
3+
description: An example showing using a UITableView and displaying a custom cell within it.
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
99
urlFragment: monodeveloptouchcells
1010
---
11-
# Touch Cells
11+
# Xamarin.iOS MonoTouch Cells
1212

1313
An example showing using a UITableView and displaying a custom cell within it.
1414

15-
## Preview
16-
17-
![iPhone running MonoDevelop TouchCells](http://farm7.static.flickr.com/6013/5999235933_dcab80c0a3.jpg)
18-
19-
## Authors
20-
21-
Miguel de Icaza
15+
![iPhone running MonoDevelop TouchCells](Screenshots/MonoDevelopTouchCells.jpg)

MotionGraphs/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,19 @@ MotionGraphs is an application project that demonstrates a how to use
1616
the push method to receive data from Core Motion. It displays graphs
1717
of accelerometer, gyroscope and device motion data.
1818

19-
The project has the following classes:
19+
The project has the following classes:
2020

21-
* **GraphView** — A UIView subclass that provides the ability to plot accelerometer,
22-
gyroscope or device motion data. This is the same GraphView as the
21+
- **GraphView** — A UIView subclass that provides the ability to plot accelerometer,
22+
gyroscope or device motion data. This is the same GraphView as the
2323
one in the AccelerometerGraph sample.
24-
* **GraphViewController** — A view controller that handles the display of
24+
- **GraphViewController** — A view controller that handles the display of
2525
accelerometer, gyroscope, and device motion data. Depending on the
2626
argument that is passed into its constructor it can display graph(s)
2727
generated from one of the three data types.
28-
* **AppDelegate** — A standard implementation of the UIApplicationDelegate protocol.
28+
- **AppDelegate** — A standard implementation of the UIApplicationDelegate protocol.
2929

3030
If you run the compiled application on a device that does not have a
3131
gyroscope, no gyroscope or device motion data will be available. You
3232
cannot effectively run the application on the simulator.
3333

34-
####Ported By: GouriKumari
35-
34+
![App showing chart of motion data](Screenshots/IMG_3177.PNG)

MoviePlayback/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ The example also shows how to enable Airplay for displayed movies from
1717
within your applications.
1818

1919
![MoviePlayback application screenshot](Screenshots/01.png "MoviePlayback application screenshot")
20-
21-
## Authors
22-
23-
James Bentley

MultichannelMixer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - iPhone Multichannel Mixer test
3-
description: Demonstrates how to build an Audio Unit Graph connecting a Multichannel Mixer instance to the RemoteIO unit. Two input busses are created each with...
3+
description: "Demonstrates how to build an Audio Unit Graph connecting a Multichannel Mixer instance to the RemoteIO unit. Two input busses are created #ios6"
44
page_type: sample
55
languages:
66
- csharp
@@ -12,6 +12,6 @@ urlFragment: multichannelmixer
1212

1313
Demonstrates how to build an Audio Unit Graph connecting a Multichannel Mixer instance to the RemoteIO unit. Two input busses are created each with input volume controls. An overall mixer output volume control is also provided and each bus may be enabled or disabled.
1414

15-
Based on Apple's iOS6.1 Sample.
15+
Based on Apple's iOS 6.1 Sample.
1616

1717
Link to Apple's sample: https://developer.apple.com/library/ios/samplecode/iPhoneMultichannelMixerTest/Introduction/Intro.html

0 commit comments

Comments
 (0)