Book Image

iPhone User Interface Cookbook

By : Cameron Banga
Book Image

iPhone User Interface Cookbook

By: Cameron Banga

Overview of this book

The incredible growth rates for the iPhone, iPod touch, and iPad have pushed consumers to a new “App” economy, with developers racing to the platform. Mobile touch-centric interfaces vary greatly from traditional computing platforms, and programmers as well as designers must learn to adapt to the new form-factor.The iPhone User Interface Cookbook offers a complete breakdown of standard interface design on the iPhone, iPod touch, and iPad. You will learn the tools behind the trade, how to properly utilize standard interface elements, and custom UI tricks that will help your work stand out on the App Store.The book is designed to be a complete overview of interface design on all iOS platforms, offering insight and an inside look into app design. A variety of topics are covered, starting with an overview of tools for the app interface designer, touching upon popular interface components such as the Tab Bar, and offering suggestions for complex game interfaces. Whether you’re new to the platform or a seasoned developer with numerous applications in the App Store, this book strives to teach everyone simple and easy to implement tips for iOS interface design. Regardless of skill level, the iPhone User Interface Cookbook offers a detailed breakdown of all things interface design.
Table of Contents (18 chapters)
iPhone User Interface Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
PacktLib.PacktPub.com
Preface
The Importance of Direct Manipulation
If you need a stylus, you blew it

Migrating our app to the iPad


Upon its unveiling, the iPad was written off by critics as no more than a large iPod touch. It wasn't until the typical users were able to use the device that people soon realized that the device wasn't a magnifed version of the iPhone or iPod touch. The screen resolution, form factor, and portability of the device lent the iPad a completely different usage experience.

Let's take a look at different ways in which a user can use our app on the iPad and how this affects interface design.

Getting ready

For this application, we should have an iPad device on hand with several iPhone-only applications loaded, along with several iPad-optimized applications as well. Several well designed iPad-optimized applications to consider include Pages, GarageBand, Keynote, GoodReader, Penultimate, iMovie, and MLB.com At Bat.

How to do it...

In designing an application that we want people to use on the iPad, we're given three different types of applications that we can build, depending...