forked from xamarin/ios-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Standardize README.md formatting and add some missing descriptions.
- Loading branch information
alexrp
committed
Sep 27, 2011
1 parent
5edfb21
commit 62a4153
Showing
19 changed files
with
52 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
AppPrefs | ||
=========================== | ||
|
||
Preview | ||
======= | ||
======== | ||
|
||
An example how to diesplay application preferences in the "Settings" system application. | ||
|
||
Loosely based on Apple's AppPrefs example: | ||
http://developer.apple.com/library/ios/#samplecode/AppPrefs | ||
|
||
Authors | ||
======= | ||
Mike Krüger | ||
------- | ||
|
||
Mike Krüger |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
Core Telephony Demo | ||
============= | ||
=================== | ||
|
||
Description | ||
----------- | ||
An example showing how to access the users's current call, call center and carrier information. | ||
|
||
Based on the Apple sample: | ||
https://developer.apple.com/library/ios/#samplecode/CoreTelephonyDemo/Introduction/Intro.html | ||
|
||
Authors | ||
------- | ||
|
||
Rolf Bjarne Kvinge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,18 @@ | ||
OpenGL Paint using GameView | ||
=========================== | ||
|
||
TODO | ||
|
||
Preview | ||
======= | ||
|
||
 | ||
|
||
An example on using the iPhoneOSGameView class with OpenGL | ||
to create a touch painting application. | ||
|
||
Loosely based on Apple's GLPaint example: | ||
http://developer.apple.com/library/ios/#samplecode/GLPaint/Introduction/Intro.html | ||
|
||
Preview | ||
------- | ||
|
||
 | ||
|
||
Authors | ||
======= | ||
------- | ||
|
||
Miguel de Icaza |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Keychain | ||
======== | ||
|
||
TODO | ||
This sample demonstrates simple interaction with the iOS keychain. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,18 @@ | ||
OpenGL Paint using Low Level OpenGL | ||
=================================== | ||
|
||
TODO | ||
|
||
Preview | ||
======= | ||
|
||
 | ||
|
||
An example on using the low level OpenGL classes | ||
to create a touch painting application. | ||
|
||
Loosely based on Apple's GLPaint example: | ||
http://developer.apple.com/library/ios/#samplecode/GLPaint/Introduction/Intro.html | ||
|
||
Preview | ||
------- | ||
|
||
 | ||
|
||
Authors | ||
======= | ||
------- | ||
|
||
Miguel de Icaza |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
System Sound | ||
============ | ||
|
||
TODO | ||
This sample demonstrates playing sound via AudioToolkit. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
World Cities | ||
============ | ||
|
||
Requires | ||
-------- | ||
iOS 5.0 and up. | ||
|
||
Description | ||
----------- | ||
A simple example of using the Map Kit API in a MonoTouch application. | ||
Based on Apple's sample: | ||
https://developer.apple.com/library/ios/#samplecode/WorldCities/Introduction/Intro.html#//apple_ref/doc/uid/DTS40009466 | ||
|
||
Requires | ||
-------- | ||
|
||
iOS 5.0 and up. | ||
|
||
Authors | ||
------- | ||
|
||
Mike Krüger |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters