From 7a8d2f02fa025811f021938c9894aad75927e166 Mon Sep 17 00:00:00 2001 From: alexrp Date: Sun, 6 Nov 2011 18:22:26 +0100 Subject: [PATCH] More README.md files. --- Hello_ComplexUniversal/README.md | 11 +++++++++++ Hello_Universal/README.md | 6 ++++++ Hello_iPad/README.md | 5 +++++ 3 files changed, 22 insertions(+) create mode 100644 Hello_ComplexUniversal/README.md create mode 100644 Hello_Universal/README.md create mode 100644 Hello_iPad/README.md diff --git a/Hello_ComplexUniversal/README.md b/Hello_ComplexUniversal/README.md new file mode 100644 index 00000000..fcb9cbe0 --- /dev/null +++ b/Hello_ComplexUniversal/README.md @@ -0,0 +1,11 @@ +Hello, Complex Universal +======================== + +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. + +This sample differs from the regular Hello, Universal sample in the +way UI switching is done. Instead of having one controller manage +two separate views depending on the device in use, we employ two +different root controllers. diff --git a/Hello_Universal/README.md b/Hello_Universal/README.md new file mode 100644 index 00000000..cd060850 --- /dev/null +++ b/Hello_Universal/README.md @@ -0,0 +1,6 @@ +Hello, Universal +================ + +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. diff --git a/Hello_iPad/README.md b/Hello_iPad/README.md new file mode 100644 index 00000000..8ea1c18b --- /dev/null +++ b/Hello_iPad/README.md @@ -0,0 +1,5 @@ +Hello iPad +========== + +This is a simple hwllo world application demonstrating how to +create, configure, and build applications specific to the iPad.