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

Commit abe7565

Browse files
committed
onboard missing samples
1 parent c9e37e4 commit abe7565

File tree

16 files changed

+62
-105
lines changed

16 files changed

+62
-105
lines changed

Calendars/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 - Calendars and Reminders
3-
description: Illustrates usage of the EventKit framework including Calendars and Reminders. Shows how to create, retrieve, query, modify, and delete both...
3+
description: "Illustrates usage of the EventKit framework including Calendars and Reminders. Shows how to create, retrieve, query, modify, and delete..."
44
page_type: sample
55
languages:
66
- csharp
@@ -9,13 +9,11 @@ products:
99
urlFragment: calendars
1010
---
1111
# Calendars and Reminders
12+
1213
Illustrates usage of the EventKit framework including Calendars and Reminders. Shows how to create, retrieve, query, modify, and delete both calendar events and reminders. Additionally, it illustrates how to use the built-in controllers to create and modify calendar events.
1314

15+
![Calendars and Reminders application screenshot](Screenshots/screenshot-1.png "Calendars and Reminders application screenshot")
16+
1417
## License
1518

1619
Xamarin port changes are released under the MIT license.
17-
18-
![Calendars and Reminders application screenshot](Screenshots/screenshot-1.png "Calendars and Reminders application screenshot")
19-
20-
## Authors
21-
Ported to Xamarin.iOS by Bryan Costanich

Chat/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - Chat
3-
description: This project shows one way of implementing a bubble-chat rendering similar to the iPhone Messages application. The ChatViewController renders the...
3+
description: "Shows one way of implementing a bubble-chat rendering similar to the iPhone Messages application. The ChatViewController renders the..."
44
page_type: sample
55
languages:
66
- csharp
@@ -19,9 +19,9 @@ This is the replacement for **BubbleCell** sample
1919
Building this sample requires Xcode 5.0 and iOS 7.0 SDK
2020

2121
## Target
22+
2223
This sample runnable on iPhoneSimulator/iPadSimulator iPhone/iPad
2324

24-
## Author
25-
Inspired by the [AcaniChat](https://github.com/acani/AcaniChat) and [JSQMessagesViewController](https://github.com/jessesquires/JSQMessagesViewController)
25+
## Source
2626

27-
Rustam Zaitov
27+
Inspired by the [AcaniChat](https://github.com/acani/AcaniChat) and [JSQMessagesViewController](https://github.com/jessesquires/JSQMessagesViewController)

CircleLayout/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 - Circle Layout
3-
description: This sample provides an introduction to Collection Views. It demonstrates how to arrange view cells on a circle, and how to use custom animations...
2+
name: Xamarin.iOS - CollectionView Circle Layout
3+
description: "Introduction to Collection Views. It demonstrates how to arrange view cells on a circle, and how to use custom animations..."
44
page_type: sample
55
languages:
66
- csharp
@@ -10,11 +10,10 @@ urlFragment: circlelayout
1010
---
1111
# Circle Layout
1212

13-
This sample provides an introduction to Collection Views. It demonstrates how to arrange view cells on a circle,
14-
and how to use custom animations when adding or removing cells.
13+
This sample provides an introduction to Collection Views. It demonstrates how to arrange view cells on a circle, and how to use custom animations when adding or removing cells.
1514

1615
Tap anywhere to add a new cell, or tap a cell to remove it from the view.
1716

1817
Based on the WWDC 2012 sample of the same name.
1918

20-
Ported by: Peter Collins
19+
![Screenshot showing circles in a circle](Screenshots/CircleLayout01.png)

CollectionViewTransition/README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
---
2-
name: Xamarin.iOS - CollectionViewTransition
3-
description: This sample illustrates how to create a custom transition when navigating between two collection views in a navigation hierarchy managed by a...
2+
name: Xamarin.iOS - CollectionView Transition
3+
description: T"Illustrates how to create a custom transition when navigating between two collection views in a navigation hierarchy (iOS7)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- ios7
912
urlFragment: collectionviewtransition
1013
---
1114
# CollectionViewTransition
12-
This sample illustrates how to create a custom transition when navigating between
15+
16+
This sample illustrates how to create a custom transition when navigating between
1317
two collection views in a navigation hierarchy managed by a navigation controller.
1418

15-
The application has two view collection view controllers that display images.
16-
The first is a stack view, the second is a grid view. You can transition from
17-
the stack to the grid by tapping on the stack. You can also use a pinch gesture,
19+
The application has two view collection view controllers that display images.
20+
The first is a stack view, the second is a grid view. You can transition from
21+
the stack to the grid by tapping on the stack. You can also use a pinch gesture,
1822
in which case you can control the speed of, and even reverse, the transition.
1923

20-
The sample exhibits the known issue that exists in the corresponding Apple sample,
24+
The sample exhibits the known issue that exists in the corresponding Apple sample,
2125
after pinching the collection view (in Grid Layout) becomes empty.
2226

2327
This is a port of Apple's iOS7 sample CollectionViewTransition.
2428
Link to Apple's sample: https://developer.apple.com/downloads/index.action?name=WWDC%202013#
25-

Controls/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - Controls
3-
description: This sample illustrates the different Controls available in Xamarin.iOS, which can be used to build your User Interface. This sample is related to...
3+
description: "Illustrates the different Controls available in Xamarin.iOS, which can be used to build your User Interface"
44
page_type: sample
55
languages:
66
- csharp
@@ -10,6 +10,6 @@ urlFragment: controls
1010
---
1111
# Controls
1212

13-
This sample illustrates the different Controls available in Xamarin.iOS, which can be used to build your User Interface. This sample is related to the '[User Interface Objects](http://docs.xamarin.com/guides/ios/user_interface/controls/)' series of documents.
14-
13+
This sample illustrates the different Controls available in Xamarin.iOS, which can be used to build your User Interface. This sample is related to the [User Interface Objects](https://docs.microsoft.com/xamarin/ios/user-interface/controls/) documentation.
1514

15+
![App screenshot showing various controls](Screenshots/controls2.png)

CoreAnimation/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 - Core Animation
3-
description: This sample illustrates how to use core animation in MonoTouch. It covers View Animations with both animation blocks and block animations, as well...
3+
description: "Illustrates how to use core animation in Xamarin.iOS. It covers View Animations with both animation blocks and block animations"
44
page_type: sample
55
languages:
66
- csharp
@@ -10,12 +10,8 @@ urlFragment: coreanimation
1010
---
1111
# Core Animation
1212

13-
This sample illustrates how to use core animation in MonoTouch. It covers View
13+
This sample illustrates how to use core animation in Xamarin.iOS. It covers View
1414
Animations with both animation blocks and block animations, as well as advanced
1515
layer animations, and view transitions.
1616

1717
![Core Animation application screenshot](Screenshots/01.png "Core Animation application screenshot")
18-
19-
## Authors
20-
21-
Bryan Costanich

CoreImage/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: Xamarin.iOS - CoreImage
3-
description: 'This sample application demonstrates how to use the image filters found in the CoreImage Library Images: Flower (C) 2012 Milica Sekulic, used under...'
2+
name: Xamarin.iOS - Core Image
3+
description: 'Demonstrates how to use the image filters found in the CoreImage Library'
44
page_type: sample
55
languages:
66
- csharp
@@ -12,8 +12,12 @@ urlFragment: coreimage
1212

1313
This sample application demonstrates how to use the image filters found in the CoreImage Library
1414

15-
## Images:
15+
![Sample app menu](Screenshots/01.png) ![Image effect](Screenshots/02.png)
16+
17+
## Images
1618

1719
"Flower" (C) 2012 Milica Sekulic, used under a Creative Commons Attribution-ShareAlike license: http://creativecommons.org/licenses/by-sa/3.0/
20+
1821
"Sunrise near Atkeison Plateau" (C) 2012 Charles Atkeison, used under a Creative Commons Attribution-ShareAlike license: http://creativecommons.org/licenses/by-sa/3.0/
22+
1923
"canon" (C) 2012 cuatrok77 hernandez, used under a Creative Commons Attribution-ShareAlike license: http://creativecommons.org/licenses/by-sa/3.0/

CoreLocation/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.iOS - Core Location
3-
description: This sample illustrates how to retrieve location, orientation, and velocity data from the device using the Core Location API. It covers...
3+
description: "Illustrates how to retrieve location, orientation, and velocity data from the device using the Core Location API"
44
page_type: sample
55
languages:
66
- csharp
@@ -14,8 +14,5 @@ This sample illustrates how to retrieve location, orientation, and velocity data
1414
It also illustrates how to retrieve "Distance To" information.
1515

1616
## License
17-
Code is released under the MIT license
18-
19-
## Authors
2017

21-
Bryan Costanich
18+
Code is released under the MIT license

CoreMidiSample/README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
11
---
2-
name: Xamarin.iOS - CoreMidiSample
3-
description: This sample shows the basics of how to probe for the MIDI hardware and endpoints available on the system as well as sending a simple note to all of...
2+
name: Xamarin.iOS - Core Midi
3+
description: "Shows the basics of how to probe for the MIDI hardware and endpoints available on the system as well as sending a simple note..."
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
99
urlFragment: coremidisample
1010
---
11-
# CoreMidiSample
11+
# CoreMidi Sample
1212

1313
This sample shows the basics of how to probe for the MIDI hardware and
1414
endpoints available on the system as well as sending a simple note to
1515
all of the MIDI devices connected to the system.
1616

17-
For more information about CoreMidi in MonoTouch, check the online API
17+
For more information about CoreMidi in Xamarin.iOS, check the online API
1818
documentation that includes an explanation of the different pieces:
1919

20-
http://iosapi.xamarin.com/?link=N%3aMonoTouch.CoreMidi
21-
22-
## Author
23-
24-
Miguel de Icaza ([email protected])
20+
https://docs.microsoft.com/dotnet/api/CoreMidi

CoreTelephonyDemo/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 - Core Telephony Demo
3-
description: An example showing how to access the users's current call, call center and carrier information. Based on the Apple sample:...
3+
description: "Example showing how to access the users's current call, call center and carrier information"
44
page_type: sample
55
languages:
66
- csharp
@@ -10,11 +10,7 @@ urlFragment: coretelephonydemo
1010
---
1111
# Core Telephony Demo
1212

13-
An example showing how to access the users's current call, call center and carrier information.
13+
An example showing how to access the user's current call, call center, and carrier information.
1414

1515
Based on the Apple sample:
1616
https://developer.apple.com/library/ios/#samplecode/CoreTelephonyDemo/Introduction/Intro.html
17-
18-
## Authors
19-
20-
Rolf Bjarne Kvinge

0 commit comments

Comments
 (0)