This commit is contained in:
alexrp 2011-11-06 18:22:26 +01:00
Родитель bfdd2986e7
Коммит 7a8d2f02fa
3 изменённых файлов: 22 добавлений и 0 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -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.

5
Hello_iPad/README.md Normal file
Просмотреть файл

@ -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.