diff --git a/DesignerWalkthrough/README.md b/DesignerWalkthrough/README.md index ea609ce71..678335c38 100644 --- a/DesignerWalkthrough/README.md +++ b/DesignerWalkthrough/README.md @@ -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 @@ -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) diff --git a/DispatchSourceExamples/README.md b/DispatchSourceExamples/README.md index 434ab439d..4c93a72d7 100644 --- a/DispatchSourceExamples/README.md +++ b/DispatchSourceExamples/README.md @@ -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 @@ -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 diff --git a/Drawing/README.md b/Drawing/README.md index b47579913..b70159203 100644 --- a/Drawing/README.md +++ b/Drawing/README.md @@ -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 @@ -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 diff --git a/DynamicsCatalog/README.md b/DynamicsCatalog/README.md index f40151ffd..c0829a834 100644 --- a/DynamicsCatalog/README.md +++ b/DynamicsCatalog/README.md @@ -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 @@ -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# \ No newline at end of file +Link to Apple's sample: https://developer.apple.com/downloads/index.action?name=WWDC%202013# diff --git a/FileSystemSampleCode/README.md b/FileSystemSampleCode/README.md index a3b8994d2..9e9b8a17b 100644 --- a/FileSystemSampleCode/README.md +++ b/FileSystemSampleCode/README.md @@ -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 diff --git a/HelloWorld_iPhone/README.md b/HelloWorld_iPhone/README.md index 7aeeb00a0..5ad120e53 100644 --- a/HelloWorld_iPhone/README.md +++ b/HelloWorld_iPhone/README.md @@ -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 diff --git a/Hello_ComplexUniversal/README.md b/Hello_ComplexUniversal/README.md index 991b6bc4b..c48d352a3 100644 --- a/Hello_ComplexUniversal/README.md +++ b/Hello_ComplexUniversal/README.md @@ -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 diff --git a/Hello_MultiScreen_iPhone/README.md b/Hello_MultiScreen_iPhone/README.md index b1dfe2ee6..22fe50792 100644 --- a/Hello_MultiScreen_iPhone/README.md +++ b/Hello_MultiScreen_iPhone/README.md @@ -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 diff --git a/Hello_Universal/README.md b/Hello_Universal/README.md index 6292e3bbb..2546862ed 100644 --- a/Hello_Universal/README.md +++ b/Hello_Universal/README.md @@ -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 @@ -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) \ No newline at end of file +![Simple iPhone app](Screenshots/Hello_Universal1.png) diff --git a/Hello_iOS/README.md b/Hello_iOS/README.md index cb6dd9096..ea16ee2db 100644 --- a/Hello_iOS/README.md +++ b/Hello_iOS/README.md @@ -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 @@ -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) \ No newline at end of file +![Phoneword running on iPhone simulator](Screenshots/image1.png) diff --git a/Hello_iPad/README.md b/Hello_iPad/README.md index 2d9852f9a..eb612cf72 100644 --- a/Hello_iPad/README.md +++ b/Hello_iPad/README.md @@ -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 @@ -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) \ No newline at end of file diff --git a/HomeKit/HomeKitIntro/README.md b/HomeKit/HomeKitIntro/README.md index dfdef1fa3..f9f90ed32 100644 --- a/HomeKit/HomeKitIntro/README.md +++ b/HomeKit/HomeKitIntro/README.md @@ -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