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

Commit b2871d1

Browse files
committed
onboard missing samples
1 parent a12049e commit b2871d1

File tree

14 files changed

+31
-20
lines changed

14 files changed

+31
-20
lines changed

LazyTableImages/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 - Lazy Table Images
3-
description: This sample demonstrates how to lazily download images and add them to a prepopulated table.
3+
description: "Ddemonstrates how to lazily download images and add them to a prepopulated table."
44
page_type: sample
55
languages:
66
- csharp
@@ -12,4 +12,4 @@ urlFragment: lazytableimages
1212

1313
This sample demonstrates how to lazily download images and add them to a prepopulated table.
1414

15-
![iOS app with images in a table](Screenshots/LazyTableImages.png)
15+
![iOS app with images in a table](Screenshots/LazyTableImages.png)

LazyTableImagesAsync/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 - Lazy Table Images Async
3-
description: This sample demonstrates how to lazily download images and add them to a prepopulated table new async/await feature which is available in...
3+
description: "Demonstrates how to lazily download images and add them to a prepopulated table new async/await feature..."
44
page_type: sample
55
languages:
66
- csharp
@@ -10,6 +10,6 @@ urlFragment: lazytableimagesasync
1010
---
1111
# Lazy Table Images Async
1212

13-
This sample demonstrates how to lazily download images and add them to a prepopulated table new `async`/`await` feature which is available in Xamarin.iOS 6.4.
13+
This sample demonstrates how to lazily download images and add them to a pre-populated table new `async`/`await` feature.
1414

1515
![iOS app with images in a table](Screenshots/LazyTableImages.png)

LifecycleDemo/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 - LifeCycle Demo
3-
description: This basic sample relates to the iOS Backgrounding guides in the developers centre. It adds location to the AppDelegate to display when an...
3+
description: "Demonstrates iOS vbackgrounding"
44
page_type: sample
55
languages:
66
- csharp

LineLayout/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 - LineLayout
3-
description: This is a port of the WWDC2012 sample This example shows how to implement a document-browser-like-interface as a flow layout subclass, and using...
3+
description: "Port of the WWDC2012 sample, shows how to implement a document-browser-like-interface as a flow layout subclass..."
44
page_type: sample
55
languages:
66
- csharp

LocalNotifications/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 - Local Notifications
3-
description: This sample illustrates how to schedule and respond to local notifications. It related to the Local Notifications guide and Walkthrough
3+
description: "Illustrates how to schedule and respond to local notifications"
44
page_type: sample
55
languages:
66
- csharp

Location/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 - Location
3-
description: 'This is an iOS Location application that prints information about our current location: latitude, longitude, and other parameters to the screen....'
3+
description: 'This is an iOS Location application that prints information about current location: latitude, longitude, and other parameters...'
44
page_type: sample
55
languages:
66
- csharp

LowLevelGLPaint/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 - Low-Level OpenGL Painting
3-
description: An example on using the low-level OpenGL classes to create a touch painting application. Loosely based on Apple's GLPaint example...
3+
description: "Low-level OpenGL classes create a touch painting application. Loosely based on Apple's GLPaint example..."
44
page_type: sample
55
languages:
66
- csharp

ManualCameraControls/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 - Manual Camera Controls
3-
description: The AVFoundation Framework makes it easier than ever for users to take great photos by allowing for Manual Camera Controls. Using this framework,...
3+
description: "The AVFoundation Framework makes it easier than ever for users to take great photos by allowing for Manual Camera Controls"
44
page_type: sample
55
languages:
66
- csharp

MapCallouts/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
---
22
name: Xamarin.iOS - Map Callouts Demo
3-
description: "Example of how to use the MapKit framework, displaying a map view with a custom MKAnnotations with custom callouts #map"
3+
description: "Example of how to use the MapKit framework, displaying a map view with a custom MKAnnotations with custom callouts (map)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- map
912
urlFragment: mapcallouts
1013
---
1114
# Xamarin.iOS Map Callouts Demo
1215

1316
An example of how to use the MapKit framework, displaying a map view with a
14-
custom MKAnnotations with custom callouts.
17+
custom `MKAnnotation` with custom callouts.
18+
19+
![Map Callouts Demo application screenshot](Screenshots/MapCalloutsAll.png "Map Callouts Demo application screenshot")
1520

1621
Based on the Apple sample:
1722
http://developer.apple.com/library/ios/#samplecode/MapCallouts/Introduction/Intro.html
1823

19-
![Map Callouts Demo application screenshot](Screenshots/MapCalloutsAll.png "Map Callouts Demo application screenshot")
20-
2124
## License
2225

2326
GoldenGate.jpg: licensed under a Creative Commons Attribute 3.0 Unported license (http://creativecommons.org/licenses/by/3.0/) by freeimageslive / akphoto (http://www.freeimageslive.co.uk/free_stock_image/goldengatebridgejpg)

MapDemo/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: Xamarin.iOS - Map Demo
3-
description: "This sample demonstrates how to use the MapKit framework to display a map view with a custom annotation. This relates to the Xamarin.iOS #map"
3+
description: "Demonstrates how to use the MapKit framework to display a map view with a custom annotation (map)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- map
912
urlFragment: mapdemo
1013
---
1114
# Xamarin.iOS Map Demo

0 commit comments

Comments
 (0)