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

Managing our app for use with two hands


Because of the size and weight of the iPad, it becomes quite apparent that the device should naturally be held with two hands, much like a book.

Holding the device this way does create several design challenges, which will alter the way in which we drive users through our application. Let's take a look at a standard iPad interface and how to best place objects on screen so that the app is manageable while holding the device with two hands.

Getting ready

Having an iPad and iPhone on hand, along with a book or notepad for a size comparison will be helpful for this recipe.

How to do it...

The standard hand position for the iPad is different than that for the typical iPhone user, and our application must be build with this fact taken into serious consideration. The way that a device feels in the hand may have been ignored on previous computing platforms, but with the touch-based iOS, it's important that the user can hold the device comfortably while using...