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

Commit fdb33c8

Browse files
committed
onboard missing samples
1 parent abe7565 commit fdb33c8

File tree

21 files changed

+40
-121
lines changed

21 files changed

+40
-121
lines changed

AQTapDemo/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - AQTapDemo
3-
description: This sample shows how to use the iOS 6 AudioQueue Processing Taps. With Audio Processing Taps, you can either apply effects to your audio or...
3+
description: "hows how to use the iOS 6 AudioQueue Processing Taps. With Audio Processing Taps, you can either apply effects to your audio..."
44
page_type: sample
55
languages:
66
- csharp
@@ -12,7 +12,7 @@ urlFragment: aqtapdemo
1212

1313
This sample shows how to use the iOS 6 AudioQueue Processing Taps.
1414
With Audio Processing Taps, you can either apply effects to your audio
15-
or analize data as it is being decoded.
15+
or analyze data as it is being decoded.
1616

1717
This sample shows how to change the pitch of the audio being played
1818
back. As a bonus, it also contains code showing how to playback
@@ -24,9 +24,8 @@ Marek Safar implemented the Xamarin.iOS/Xamarin.Mac support for
2424
AudioQueueProcessingTap as well as the AudioUnit stack and ported
2525
the original Objective-C code to C#.
2626

27-
**NOTE: This sample will only work with Xcode 5.0 or above.
28-
2927
## Troubleshooting
28+
3029
If the app doesn't play any audio make sure that you are able to listen the music from online radio via your browser: http://1661.live.streamtheworld.com:80/CBC_R3_WEB_SC
3130

3231
# Resources
@@ -41,5 +40,4 @@ http://www.subfurther.com/blog/2012/10/30/cocoaconf-portland-12-and-the-audioque
4140

4241
And you can browse our API documentation for the AudioQueueProcessingTap:
4342

44-
http://iosapi.xamarin.com/?link=T%3aMonoTouch.AudioToolbox.AudioQueueProcessingTap
45-
43+
https://docs.microsoft.com/dotnet/api/AudioToolbox.AudioQueueProcessingTap
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
---
2-
name: Xamarin.iOS - AVCompositionDebugVieweriOS
3-
description: This sample application has an AVCompositionDebugView which presents a visual description of the underlying AVComposition, AVVideoComposition and...
2+
name: Xamarin.iOS - AVComposition Debug Viewer
3+
description: "Sample application with an AVCompositionDebugView which presents a visual description of the underlying AVComposition"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
99
urlFragment: avcompositiondebugviewerios
1010
---
11-
# AVCompositionDebugVieweriOS
11+
# AVComposition Debug Viewer
1212

1313
This sample application has an AVCompositionDebugView which presents a visual description of the underlying AVComposition, AVVideoComposition and AVAudioMix objects which form the composition made using two clips, adding a cross fade transition in between and audio ramps to the two audio tracks.
1414

1515
![AVCompositionDebugVieweriOS application screenshot](Screenshots/01.png "AVCompositionDebugVieweriOS application screenshot")
16-
17-
## Authors
18-
19-
Oleg Demchenko

AVCustomEdit/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - AVCustomEdit
3-
description: AVCustomEdit is a simple AVFoundation based movie editing application demonstrating custom compositing to add transitions. It implements the...
3+
description: "AVCustomEdit is a simple AVFoundation based movie editing application demonstrating custom compositing to add transitions"
44
page_type: sample
55
languages:
66
- csharp
@@ -17,17 +17,15 @@ This is a port of Apple's iOS7 sample AVCustomEdit.
1717
![Home View](Screenshots/screenshot-1.png)
1818

1919
## Instructions
20+
2021
1. Open the transition menu in the lower right. Select a transition.
2122
2. Press play and observe the video.
2223
3. When satisfied, export the video.
2324

2425
## Build
26+
2527
Building this sample requires Xcode 5.0 and iOS 7 or later.
2628

2729
## License
2830

2931
Xamarin port changes are released under the MIT license.
30-
31-
## Author
32-
33-
Ported to Xamarin.iOS by Timothy Risi/Mykyta Bondarenko.

AVTouchSample/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - AV Touch
3-
description: An example on using AVFoundation on iOS devices. This allows a developer to access playing audio and accessing audio data from their application....
3+
description: "Example using AVFoundation on iOS devices. This allows a developer to access playing audio and accessing audio data from the application..."
44
page_type: sample
55
languages:
66
- csharp
@@ -10,7 +10,7 @@ urlFragment: avtouchsample
1010
---
1111
# AV Touch
1212

13-
An example on using AVFoundation on iOS devices. This allows a developer to access playing audio and accessing audio data from their application.
13+
An example using AVFoundation on iOS devices. This allows a developer to access playing audio and accessing audio data from their application.
1414

1515
![Hove View](Screenshots/screenshot-1.png)
1616

@@ -25,7 +25,3 @@ Xamarin.iOS 7.0, Xcode 5.0 and later
2525
## License
2626

2727
Xamarin port changes are released under the MIT license.
28-
29-
## Authors
30-
31-
Ported to Xamarin.iOS by Miguel de Icaza/Mykyta Bondarenko

AdaptiveElements/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: 'Xamarin.iOS - AdaptiveElements: Implementing Your Own Adaptive Design with UIKit'
3-
description: This sample shows how to use UIKit to lay out your app's elements in different sizes, from full-screen on the smallest iPhone to Multitasking on...
2+
name: 'Xamarin.iOS - Adaptive design with UIKit'
3+
description: "Shows how to use UIKit to lay out your app's elements in different sizes, from full-screen on the smallest iPhone to Multitasking..."
44
page_type: sample
55
languages:
66
- csharp
@@ -26,7 +26,3 @@ Xamarin.iOS 10.0+ and Xcode 8.0+.
2626
## License
2727

2828
Xamarin port changes are released under the MIT license.
29-
30-
## Author
31-
32-
Ported to Xamarin.iOS by Mykyta Bondarenko

AirLocate/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 - AirLocate
3-
description: AirLocate shows how to use CLLocationManager to monitor and range CLBeaconRegion. The code also provides an example of how you can calibrate and...
3+
description: "AirLocate shows how to use CLLocationManager to monitor and range CLBeaconRegion. The code also provides an example of calibrating..."
44
page_type: sample
55
languages:
66
- csharp
@@ -9,6 +9,7 @@ products:
99
urlFragment: airlocate
1010
---
1111
# AirLocate
12+
1213
AirLocate shows how to use `CLLocationManager` to monitor and range `CLBeaconRegion`.
1314
The code also provides an example of how you can calibrate and configure an iOS device as a beacon with CoreBluetooth.
1415

@@ -40,16 +41,9 @@ Once you've setup your target device as a beacon, you can use this app to demo b
4041
To demo ranging, select Ranging from the remote device. `RangingViewController` ranges a set of `CLBeaconRegion`.
4142
To demo monitoring, select Monitoring from the remote device. `MonitoringViewController` allows you to configure a `CLBeaconRegion` to monitor.
4243

43-
44-
4544
This sample is the Xamarin.iOS version of Apple's iOS7 Sample -- AirLocate.
4645

47-
Here is the link to the Apple's Sample:
46+
Here is the link to the Apple's Sample:
4847
https://developer.apple.com/downloads/index.action?name=WWDC%202013#
4948

50-
5149
![AirLocate application screenshot](Screenshots/01.png "AirLocate application screenshot")
52-
53-
## Authors
54-
55-
Bo Pang

AppPrefs/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - Application Preferences
3-
description: An example on how to display application preferences in the Settings system application. Loosely based on Apple's AppPrefs example:...
3+
description: An example on how to display application preferences in the Settings system application
44
page_type: sample
55
languages:
66
- csharp
@@ -17,7 +17,3 @@ Loosely based on Apple's AppPrefs example:
1717
http://developer.apple.com/library/ios/#samplecode/AppPrefs
1818

1919
![Application Preferences application screenshot](Screenshots/AppPrefs01.png "Application Preferences application screenshot")
20-
21-
## Authors
22-
23-
Mike Krüger

Appearance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - Introduction to Appearance
3-
description: This contains a sample demonstrating the use of the Appearance API. You can find more information on this in the Introduction to Appearance API...
3+
description: This contains a sample demonstrating the use of the Appearance API with Xamarin.iOS
44
page_type: sample
55
languages:
66
- csharp

AsyncDownloadImage/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: Xamarin.iOS - AsyncDownloadImage
3-
description: This sample application demonstrates how to use the new Async/Await feature which is available in Xamarin.iOS 6.4. The sample downloads a large...
2+
name: Xamarin.iOS - Async Download Image
3+
description: "Demonstrates how to use the new async/await feature. The sample downloads a large file using WebClient..."
44
page_type: sample
55
languages:
66
- csharp
@@ -10,9 +10,8 @@ urlFragment: asyncdownloadimage
1010
---
1111
# AsyncDownloadImage
1212

13-
This sample application demonstrates how to use the new Async/Await feature which is available in Xamarin.iOS 6.4.
13+
This sample application demonstrates how to use the new async/await feature in Xamarin.iOS.
1414

1515
The sample downloads a large image from Internet using the DownloadDataTaskAsync in WebClient. Saving and resizing the image also use the new async feature.
1616

17-
**NOTE: This sample will only work with Xcode 5.0 or above.
18-
17+
![Image downloading progress](Screenshots/AsyncDownloadImage01.png) ![Image downloading sample](Screenshots/AsyncDownloadImage03.png)

0 commit comments

Comments
 (0)