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

Commit 39b1d41

Browse files
committed
remove hashtags ios11 ios12
1 parent 748e927 commit 39b1d41

File tree

40 files changed

+259
-270
lines changed

40 files changed

+259
-270
lines changed

ios11/ARKitAudio/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: Xamarin.iOS - ARKitAudio
3-
description: "This sample runs an ARKit world tracking session with content displayed in a SceneKit view. To demonstrate plane detection... #ios11"
3+
description: "This sample runs an ARKit world tracking session with content displayed in a SceneKit view. To demonstrate plane detection... (iOS11)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- ios11
912
urlFragment: ios11-arkitaudio
1013
---
1114
# ARKitAudio
@@ -30,7 +33,3 @@ This sample is runnable on iPhone/iPad devices since it requires a real camera.
3033
## License
3134

3235
Xamarin port changes are released under the MIT license.
33-
34-
## Author
35-
36-
Ported to Xamarin.iOS by Mykyta Bondarenko
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: Xamarin.iOS - ARKit Sample "Placing Objects"
3-
description: "This sample is an ARKit augmented reality demo: you can place objects on detected surfaces. To test this sample you'll need to deploy it #ios11"
3+
description: "This sample is an ARKit augmented reality demo: you can place objects on detected surfaces. To test this sample you'll need to deploy it (iOS11)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- ios11
912
urlFragment: ios11-arkitplacingobjects
1013
---
1114
# ARKit Sample "Placing Objects"
@@ -16,11 +19,6 @@ To test this sample you'll need to deploy it on a device running iOS 11 software
1619

1720
![Demo showing placed objects and menu](Screenshots/arkit-sml.png)
1821

19-
2022
## License
2123

2224
Xamarin port changes are released under the MIT license
23-
24-
## Author
25-
26-
Ported to Xamarin.iOS by Larry O'Brien, Kevin Mullins

ios11/ARKitSample/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: Xamarin.iOS - ARKit Sample
3-
description: "This sample is a simple ARKit augmented reality demo. To test this sample you'll need to deploy it on a device running iOS 11 beta software #ios11"
3+
description: "This sample is a simple ARKit augmented reality demo. To test this sample you'll need to deploy it on a device running iOS 11 beta software (iOS11)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- ios11
912
urlFragment: ios11-arkitsample
1013
---
1114
# ARKit Sample
@@ -21,7 +24,3 @@ By default, the sample presents a jet in a fixed location. To animate the jet ar
2124
## License
2225

2326
Xamarin port changes are released under the MIT license
24-
25-
## Author
26-
27-
Ported to Xamarin.iOS by Kevin Mullins, Larry O'Brien

ios11/AVCam/README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
11
---
22
name: Xamarin.iOS - AVCam
3-
description: "Using AVFoundation to Capture Images and Movies, this sample demonstrates how to use the AVFoundation capture API to record movies... #ios11"
3+
description: "Using AVFoundation to Capture Images and Movies, this sample demonstrates how to use the AVFoundation capture API to record movies... (iOS11)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- ios11
912
urlFragment: ios11-avcam
1013
---
1114
# AVCam
1215

13-
### Using AVFoundation to Capture Images and Movies
16+
## Using AVFoundation to Capture Images and Movies
1417

1518
AVCam demonstrates how to use the `AVFoundation` capture API to record movies and capture still images. The sample has a record button for recording movies, a camera button for switching between front and back cameras (on supported devices), and a still button for capturing still images. AVCam runs only on an actual device, either an `iPad` or `iPhone`, and cannot be run in `Simulator`.
1619

1720
### Build Requirements
21+
1822
Xcode 9.0, iOS 11.0 SDK
1923

2024
### Runtime
25+
2126
iOS 11.0 or later
2227

23-
### Author
24-
Xamarin port changes are released under the MIT license
28+
## License
2529

26-
Ported to Xamarin.iOS by Rustam Zaitov, Bill Holmes
30+
Xamarin port changes are released under the MIT license

ios11/AVCamBarcode/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: Xamarin.iOS - AVCamBarcode
3-
description: "Demonstrates how to use the AVFoundation capture API to detect barcodes and faces. Machine Readable Codes QR code PDF-417 Data Matrix... #ios11"
3+
description: "Demonstrates how to use the AVFoundation capture API to detect barcodes and faces. Machine Readable Codes QR code PDF-417 Data Matrix... (iOS11)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- ios11
912
urlFragment: ios11-avcambarcode
1013
---
1114
# AVCamBarcode
@@ -14,13 +17,15 @@ This sample demonstrates how to use the AVFoundation capture API to detect barco
1417

1518
## Machine Readable Codes
1619

17-
* QR code
20+
- QR code
1821

1922
![qr_code](https://github.com/xamarin/ios-samples/raw/master/ios11/AVCamBarcode/Resources/code1.png)
20-
* PDF-417
23+
24+
- PDF-417
2125

2226
![pdf417](https://github.com/xamarin/ios-samples/raw/master/ios11/AVCamBarcode/Resources/code2.gif)
23-
* Data Matrix
27+
28+
- Data Matrix
2429

2530
![datamatrix](https://github.com/xamarin/ios-samples/raw/master/ios11/AVCamBarcode/Resources/code3.png)
2631

@@ -31,7 +36,3 @@ Xcode 9.0 or later; iOS 11.0 SDK or later
3136
## Target
3237

3338
This sample runnable on iPhone/iPad devices since it requires a real camera.
34-
35-
## Author
36-
37-
Ported to Xamarin.iOS by Mykyta Bondarenko, Rustam Zaitov

ios11/CoreMLAzureModel/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: Xamarin.iOS - CoreML with Azure Custom Vision Service
3-
description: "This sample CustomVision is a demo of the new iOS 11 Vision framework and CoreML, using a model trained with Azure's Custom Vision Service #ios11"
3+
description: "This sample CustomVision is a demo of the new iOS 11 Vision framework and CoreML, using a model trained with Azure's Custom Vision Service (iOS11)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- ios11
912
urlFragment: ios11-coremlazuremodel
1013
---
1114
# CoreML with Azure Custom Vision Service
@@ -21,11 +24,6 @@ The custom model has been trained to recognize differet varieties of fruit:
2124

2225
![Screenshot of fruit recognizer working](Screenshots/banana-sml.png)
2326

24-
2527
## License
2628

2729
Xamarin port changes are released under the MIT license
28-
29-
## Author
30-
31-
Ported to Xamarin.iOS by Larry O'Brien, Craig Dunn

ios11/CoreMLImageRecognition/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: Xamarin.iOS - CoreML Image Recognition
3-
description: "Demo of iOS 11 CoreML using different image recognition models to identify features in photographs. The smaller, simpler... #ios11"
3+
description: "Demo of iOS 11 CoreML using different image recognition models to identify features in photographs. The smaller, simpler... (iOS11)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- ios11
912
urlFragment: ios11-coremlimagerecognition
1013
---
1114
# CoreML Image Recognition
@@ -23,7 +26,3 @@ Tap the model name in the lower-left of the screen to switch between models whil
2326
## License
2427

2528
Xamarin port changes are released under the MIT license
26-
27-
## Author
28-
29-
Ported to Xamarin.iOS by Kevin Mullins, Larry O'Brien

ios11/CoreMLVision/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: Xamarin.iOS - CoreML and Vision Example
3-
description: "Demo of the new iOS 11 Vision framework and CoreML. It detects a handwritten number inside a box; use the sample photos in the... #ios11"
3+
description: "Demo of the new iOS 11 Vision framework and CoreML. It detects a handwritten number inside a box; use the sample photos in the... (iOS11)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- ios11
912
urlFragment: ios11-coremlvision
1013
---
1114
# CoreML and Vision Example
@@ -19,7 +22,3 @@ It detects a handwritten number inside a box; use the sample photos in the **Tes
1922
## License
2023

2124
Xamarin port changes are released under the MIT license
22-
23-
## Author
24-
25-
Ported to Xamarin.iOS by Kevin Mullins

ios11/DragAndDropCollectionView/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: Xamarin.iOS - Drag and Drop CollectionView Example
3-
description: "Demo of the new iOS 11 Drag and Drop feature using UICollectionView & UITableView. Test this app on an iPad - the drag and drop... #ios11"
3+
description: "Demo of the new iOS 11 Drag and Drop feature using UICollectionView & UITableView. Test this app on an iPad - the drag and drop... (iOS11)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- ios11
912
urlFragment: ios11-draganddropcollectionview
1013
---
1114
# Drag and Drop CollectionView Example
@@ -23,11 +26,6 @@ Test this app on an iPad - the drag and drop functionality does not work on iPho
2326

2427
![drag and drop example screenshot](Screenshots/01-sml.png)
2528

26-
2729
## License
2830

2931
Xamarin port changes are released under the MIT license
30-
31-
## Author
32-
33-
Ported to Xamarin.iOS by Craig Dunn

ios11/DragAndDropCustomView/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: Xamarin.iOS - Drag and Drop Custom View Example
3-
description: "Demo of the new iOS 11 Drag and Drop feature in a custom view Test this app on an iPad - the drag and drop functionality does not... #ios11"
3+
description: "Demo of the new iOS 11 Drag and Drop feature in a custom view Test this app on an iPad - the drag and drop functionality does not... (iOS11)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- ios11
912
urlFragment: ios11-draganddropcustomview
1013
---
1114
# Drag and Drop Custom View Example
@@ -19,7 +22,3 @@ Test this app on an iPad - the drag and drop functionality does not work on iPho
1922
## License
2023

2124
Xamarin port changes are released under the MIT license
22-
23-
## Author
24-
25-
Ported to Xamarin.iOS by Vincent Dondain

0 commit comments

Comments
 (0)