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

Commit

Permalink
added #ios11 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig committed Jul 22, 2019
1 parent 76a6d14 commit 62ee4d6
Show file tree
Hide file tree
Showing 29 changed files with 35 additions and 28 deletions.
7 changes: 7 additions & 0 deletions ios11/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#152F49",
"titleBar.activeBackground": "#1D4267",
"titleBar.activeForeground": "#F7FAFD"
}
}
2 changes: 1 addition & 1 deletion ios11/ARKitAudio/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - ARKitAudio
description: This sample runs an ARKit world tracking session with content displayed in a SceneKit view. To demonstrate plane detection, the app simply places a...
description: "This sample runs an ARKit world tracking session with content displayed in a SceneKit view. To demonstrate plane detection... #ios11"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/ARKitPlacingObjects/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - ARKit Sample "Placing Objects"
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 on a..."
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"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/ARKitSample/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - ARKit Sample
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. By...
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"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/AVCam/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - AVCam
description: Using AVFoundation to Capture Images and Movies AVCam demonstrates how to use the AVFoundation capture API to record movies and capture still...
description: "Using AVFoundation to Capture Images and Movies, this sample demonstrates how to use the AVFoundation capture API to record movies... #ios11"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/AVCamBarcode/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - AVCamBarcode
description: This sample demonstrates how to use the AVFoundation capture API to detect barcodes and faces. Machine Readable Codes QR code PDF-417 Data Matrix...
description: "Demonstrates how to use the AVFoundation capture API to detect barcodes and faces. Machine Readable Codes QR code PDF-417 Data Matrix... #ios11"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/CoreMLAzureModel/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - CoreML with Azure Custom Vision Service
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. This...
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"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/CoreMLImageRecognition/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - CoreML Image Recognition
description: This sample is a demo of iOS 11 CoreML using different image recognition models to identify features in photographs. The smaller, simpler...
description: "Demo of iOS 11 CoreML using different image recognition models to identify features in photographs. The smaller, simpler... #ios11"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/CoreMLVision/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - CoreML and Vision Example
description: This sample is a demo of the new iOS 11 Vision framework and CoreML. It detects a handwritten number inside a box; use the sample photos in the...
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"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/DragAndDropCollectionView/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - Drag and Drop CollectionView Example
description: This sample is a demo of the new iOS 11 Drag and Drop feature using UICollectionView & UITableView. Test this app on an iPad - the drag and drop...
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"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/DragAndDropCustomView/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - Drag and Drop Custom View Example
description: This sample is a 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...
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"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/DragAndDropDragBoard/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - Drag and Drop Example
description: This sample is a demo of the new iOS 11 Drag and Drop. Test this app on an iPad - the drag and drop functionality does not work on iPhone. Open an...
description: "Demo of the new iOS 11 Drag and Drop. Test this app on an iPad - the drag and drop functionality does not work on iPhone #ios11"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/DragAndDropMastering/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - Mastering Drag and Drop in iOS 11
description: There are two app projects in this sample, intended to be run at the same time on an iPad. The DragSource app contains a variety of different types...
description: "There are two app projects in this sample, intended to be run at the same time on an iPad. The DragSource app contains different types... #ios11"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/DragAndDropTableView/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - Drag and Drop TableView Example
description: This sample is a demo of the new iOS 11 Drag and Drop feature using for a UITableView Test this app on an iPad - the drag and drop functionality...
description: "Demo of the new iOS 11 Drag and Drop feature using for a UITableView Test this app on an iPad - the drag and drop functionality... #ios11"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/EnvironmentTexturing/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - Adding Realistic Reflections to an AR Experience
description: Use ARKit to generate environment probe textures from camera imagery and render reflective virtual objects. This app provides a simple AR...
description: "Use ARKit to generate environment probe textures from camera imagery and render reflective virtual objects #ios11"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/EvenOddNumberDrag/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - Even/Odd Number Drag
description: This sample demonstrates how to use the iOS 11 Drag and Drop APIs within a single iPhone app. The app shows a number in the middle of the screen,...
description: "Demonstrates how to use the iOS 11 Drag and Drop APIs within a single iPhone app. The app shows a number in the middle of the screen... #ios11"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/FaceIDSample/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - Local Authentication using Face ID or Touch ID
description: Demonstrates how to use Face ID and Touch ID to authenticate the user. Refer to the Introduction to Touch ID guide. See Also KeychainTouchID Sample...
description: "Demonstrates how to use Face ID and Touch ID to authenticate the user. Refer to the Introduction to Touch ID guide #ios11"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/LargeTitlesSample/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - Large Titles support
description: This sample demonstrates how to enable large titles in the navbar of iOS 11 applications. License MIT license
description: "This sample demonstrates how to enable large titles in the navbar of iOS 11 applications #ios11"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/MapKitSample/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - MapKit Sample "Tandm"
description: This sample is a demo of new iOS 11 features in MapKit, grouping and splitting markers based on zoom-level. Tandm is a fictional bike sharing...
description: "Demo of new iOS 11 features in MapKit, grouping and splitting markers based on zoom-level. Tandm is a fictional bike sharing... #ios11"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/MusicKitSample/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - MusicKitSample
description: MusicKit on iOS lets users play Apple Music and their local music library natively from your apps and games. When a user provides permission to...
description: "MusicKit on iOS lets users play Apple Music and their local music library natively from your apps and games #ios11"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/NFCTagReader/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - NFCTagReader
description: This sample shows how to integrate Core NFC Framework into your application to enable NFC tag reading. Overview Core NFC provides NFC tag reading...
description: "How to integrate Core NFC Framework into your application to enable NFC tag reading. Overview Core NFC provides NFC tag reading #ios11"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/PDFAnnotationWidgetsAdvanced/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - PDFAnnotationWidgets
description: This sample is a demo of iOS 11 features in PDFKit, adding input fields to a PDF document. License Xamarin port changes are released under the MIT...
description: "Demo of iOS 11 features in PDFKit, adding input fields to a PDF document #ios11"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/PDFDocumentWatermark/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - PDFDocumentWatermark
description: This sample is a demo of iOS 11 features in PDFKit, adding a watermark to a PDF document. License Xamarin port changes are released under the MIT...
description: "Demo of iOS 11 features in PDFKit, adding a watermark to a PDF document #ios11"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/SamplePhotoApp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - SamplePhotoApp
description: A basic Photos-like app to demonstrate the Photos framework. Lists albums and built-in collections (Recently Added, Favorites, etc) Displays assets...
description: "A basic Photos-like app to demonstrate the Photos framework. Lists albums and built-in collections (Recently Added, Favorites, etc) #ios11"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/SiriKitSample/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - SiriKit Sample "TasksNotes"
description: This sample is a demo of the new iOS 11 SiriKit domain Lists and Notes. It also uses the Alternative App Name Info.plist setting. License Code is...
description: "This sample is a demo of the new iOS 11 SiriKit domain Lists and Notes. It also uses the Alternative App Name Info.plist setting #ios11"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/VisionFaces/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - Vision Face Detection Example
description: This sample is a demo of the new iOS 11 Vision framework. It detects faces; use the sample photos in the TestImages directory to give it a try...
description: "Demo of the new iOS 11 Vision framework. It detects faces; use the sample photos in the TestImages directory to give it a try... #ios11"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/VisionObjectTracker/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - Tracking Objects Example
description: This program demonstrates the rectangle and object-tracking capability of iOS 11's Vision namespace. These capabilities rely on a live video feed...
description: "Demonstrates the rectangle and object-tracking capability of iOS 11's Vision namespace. These capabilities rely on a live video feed... #ios11"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/VisionRectangles/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - Vision Rectangle Detection Example
description: This sample is a demo of the new iOS 11 Vision framework. It detects rectangles; use the sample photos in the TestImages directory to give it a try...
description: "Demo of the new iOS 11 Vision framework. It detects rectangles; use the sample photos in the TestImages directory to give it a try... #ios11"
page_type: sample
languages:
- csharp
Expand Down
2 changes: 1 addition & 1 deletion ios11/WeatherWidget/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - Building a Simple Widget for the Today View
description: This sample code builds a weather app that displays a simple five-day weather forecast using a horizontally paging collection view. Each collection...
description: "This sample code builds a weather app that displays a simple five-day weather forecast using a horizontally paging collection view #ios11"
page_type: sample
languages:
- csharp
Expand Down

0 comments on commit 62ee4d6

Please sign in to comment.