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

Commit

Permalink
onboard missing samples
Browse files Browse the repository at this point in the history
and edit YAML for a few (get started)
  • Loading branch information
conceptdev committed Aug 2, 2019
1 parent fdb33c8 commit a12049e
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 30 deletions.
6 changes: 4 additions & 2 deletions DesignerWalkthrough/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - Designer Walkthrough
description: This sample is a demonstration of the final application that will be produced at the end of the Walkthrough - Using the iOS Designer guide.
description: "Sample application created in the Walkthrough - Using the iOS Designer guide"
page_type: sample
languages:
- csharp
Expand All @@ -10,4 +10,6 @@ urlFragment: designerwalkthrough
---
# Designer Walkthrough

This sample is a demonstration of the final application that will be produced at the end of the [Walkthrough - Using the iOS Designer](http://docs.xamarin.com/guides/ios/user_interface/designer/designer_walkthrough) guide.
This sample is a demonstration of the final application that will be produced at the end of the [Walkthrough - Using the iOS Designer](https://docs.microsoft.com/xamarin/ios/user-interface/designer/introduction) guide.

![Four screens designed in tutorial](Screenshots/image1.png)
12 changes: 3 additions & 9 deletions DispatchSourceExamples/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - Dispatch Source Examples
description: This sample demonstrates how to create and configure different types of Dispatch Sources. Creating a dispatch source involves creating both the...
description: "Demonstrates how to create and configure different types of Dispatch Sources. Creating a dispatch source involves creating both the..."
page_type: sample
languages:
- csharp
Expand All @@ -18,14 +18,8 @@ This sample demonstrates how to create and configure different types of Dispatch
* WriteMonitor - this type monitor file descriptors for available write buffer space.
* ReadMonitor - monitor file descriptors for pending data.

## Build Requirements

Building this sample requires Xcode 5.0 and iOS SDK
![Dispatch Source Examples application screenshot](Screenshots/screenshot-1.png "Dispatch Source Examples application screenshot")

## License
Code is released under the MIT license

![Dispatch Source Examples application screenshot](Screenshots/screenshot-1.png "Dispatch Source Examples application screenshot")

## Authors
Oleg Demchenko
Code is released under the MIT license
8 changes: 2 additions & 6 deletions Drawing/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - Drawing with CoreGraphics
description: This sample illustrates how to use Core Graphics in MonoTouch. It covers on and off screen graphics contexts, layers, transformations, text,...
description: "Illustrates how to use Core Graphics in Xamarin.iOS. It covers on and off screen graphics contexts, layers, transformations, text..."
page_type: sample
languages:
- csharp
Expand All @@ -10,12 +10,8 @@ urlFragment: drawing
---
# Drawing with CoreGraphics

This sample illustrates how to use Core Graphics in MonoTouch. It covers on
This sample illustrates how to use Core Graphics in Xamarin.iOS. It covers on
and off screen graphics contexts, layers, transformations, text, images,
stencils, patterns, shadows, and more.

![Drawing with CoreGraphics application screenshot](Screenshots/Drawing01.png "Drawing with CoreGraphics application screenshot")

## Authors

Bryan Costanich
9 changes: 7 additions & 2 deletions DynamicsCatalog/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
---
name: Xamarin.iOS - UIKit Dynamics Catalog
description: This sample illustrates a number of uses of UIKit Dynamics. There are 8 view controllers, each shows a different way of using UIKit Dynamics. Based...
description: "Illustrates a number of uses of UIKit Dynamics. There are 8 view controllers, each shows a different way of using UIKit Dynamics (iOS7)"
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- ios7
urlFragment: dynamicscatalog
---
# UIKit Dynamics Catalog
Expand All @@ -14,5 +17,7 @@ This sample illustrates a number of uses of UIKit Dynamics.

There are 8 view controllers, each shows a different way of using UIKit Dynamics.

![Menu of options in sample app](Screenshots/01.png)

Based on Apple's iOS7 UIKit Dynamics Catalog Sample.
Link to Apple's sample: https://developer.apple.com/downloads/index.action?name=WWDC%202013#
Link to Apple's sample: https://developer.apple.com/downloads/index.action?name=WWDC%202013#
2 changes: 1 addition & 1 deletion FileSystemSampleCode/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - File System
description: This sample application demonstrates how to use the file system in iOS Working with the file system in iOS is not unlike working with the file...
description: "Demonstrates how to use the file system in iOS Working with the file system in iOS is not unlike working with the file..."
page_type: sample
languages:
- csharp
Expand Down
5 changes: 4 additions & 1 deletion HelloWorld_iPhone/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
---
name: 'Xamarin.iOS - Hello World: iPhone'
description: "Hello world sample demonstrating the use of the UIButton and UILabel controls, and simple user interaction with them #getstarted"
description: "Hello world sample demonstrating the use of the UIButton and UILabel controls, and simple user interaction with them (get started)"
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- getstarted
urlFragment: helloworld-iphone
---
# Hello World: iPhone
Expand Down
5 changes: 4 additions & 1 deletion Hello_ComplexUniversal/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
---
name: Xamarin.iOS - Hello, Complex Universal
description: "A sample demonstrating how to create universal applications that will run on both iPhone and iPad devices #getstarted"
description: "Sample demonstrating how to create universal applications that will run on both iPhone and iPad devices (get started)"
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- getstarted
urlFragment: hello-complexuniversal
---
# Hello, Complex Universal
Expand Down
5 changes: 4 additions & 1 deletion Hello_MultiScreen_iPhone/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
---
name: Xamarin.iOS - Hello Multi-Screen iPhone
description: 'An introduction to the primary pattern used in iOS for user interfaces: MVC (Model-View-Controller) #getstarted'
description: 'An introduction to the primary pattern used in iOS for user interfaces: MVC (Model-View-Controller) (get started)'
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- getstarted
urlFragment: hello-multiscreen-iphone
---
# Hello Multi-Screen iPhone
Expand Down
7 changes: 5 additions & 2 deletions Hello_Universal/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
---
name: Xamarin.iOS - Hello, Universal App
description: "A sample demonstrating how to create universal applications that will run on both iPhone and iPad devices #getstarted"
description: "A sample demonstrating how to create universal applications that will run on both iPhone and iPad devices (get started)"
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- getstarted
urlFragment: hello-universal
---
# Hello, Universal App
Expand All @@ -16,4 +19,4 @@ A sample demonstrating how to create universal applications that
will run on both iPhone and iPad devices, by switching the UI based
on the `UIInterfaceIdiom` enum.

![Simple iPhone app](Screenshots/Hello_Universal1.png)
![Simple iPhone app](Screenshots/Hello_Universal1.png)
7 changes: 5 additions & 2 deletions Hello_iOS/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
---
name: Xamarin.iOS - Hello, iOS
description: "This sample is the application that will be built at the end of the Get Started guides #getstarted"
description: "This sample is the application that will be built at the end of the Get Started guides"
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- getstarted
urlFragment: hello-ios
---
# Hello, iOS
Expand All @@ -16,4 +19,4 @@ This sample is the application that will be built at the end of the [iOS Get Sta

There are two seperate folders containing a solution. **Hello.iOS** is the single view application that will be producted at the end of the [Hello, iOS Quickstart](https://docs.microsoft.com/xamarin/ios/get-started/hello-ios/hello-ios-quickstart), and **Hello.iOS_MultiScreen** is the two screen application produced at the end of the [Hello, iOS Multiscreen Quickstart](https://docs.microsoft.com/xamarin/ios/get-started/hello-ios-multiscreen/).

![Phoneword running on iPhone simulator](Screenshots/image1.png)
![Phoneword running on iPhone simulator](Screenshots/image1.png)
7 changes: 6 additions & 1 deletion Hello_iPad/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
---
name: Xamarin.iOS - Hello iPad
description: "A simple hello world application demonstrating how to create, configure, and build applications specific to the iPad #getstarted"
description: "A simple hello world application demonstrating how to create, configure, and build applications specific to the iPad (get started)"
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- getstarted
urlFragment: hello-ipad
---
# Hello iPad
Expand All @@ -14,3 +17,5 @@ urlFragment: hello-ipad

This is a simple hello world application demonstrating how to
create, configure, and build applications specific to the iPad.

![iPad app](Screenshots/HelloiPad01.png)
4 changes: 2 additions & 2 deletions HomeKit/HomeKitIntro/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.iOS - HomeKitIntro
description: This sample application shows how to use HomeKit to write home automation applications in Xamarin.iOS. Enabling HomeKit in a Xamarin Application...
name: Xamarin.iOS - Home Kit
description: "Sample application shows how to use HomeKit to write home automation applications in Xamarin.iOS"
page_type: sample
languages:
- csharp
Expand Down

0 comments on commit a12049e

Please sign in to comment.