Pro iOS Table Views and Collection Views, updated for iOS 7, takes a task-oriented focus to assist you when implementing customized table views or collection views. It's a great reference and customization cookbook at the same time, useful for beginners as well as intermediate developers. If you're an iOS app developer, chances are you'll be using table views and now collection views in your development projects. Table views are the bread and butter of iOS apps. With them, you can create everything from the simplest of lists to fully tricked-out user interfaces. Table views and collection views are some of the most complex components found in UIKit. While using them for boring standard user interfaces is quite simple, customizing them can become really challenging.
* Covers the entire Table View and Collection View APIs in depth * Covers customization and performance topics in depth * Task-oriented reference with multiple levels of detail What you'll learn * The anatomy of tables and cells * The design patterns that powers table views and collection views * How to create and configure table views and collection views * How to customize every last little detail of the view * Advanced tips and tricks for performance and killer user interfaces * The latest updates in iOS 7 and how to exploit them Who this book is for The book is for iOS developers who need to customize table views and collection views. The information is divided into several layers of detail. While the book covers complex customization topics and user interaction techniques, it provides the fundamental basics needed for customization. Both beginners and intermediate developers will find great value in this book as a helpful reference, at hand to quickly refresh their knowledge at any given time.
Auflage
Sprache
Verlagsort
Zielgruppe
Editions-Typ
Maße
Höhe: 229 mm
Breite: 191 mm
ISBN-13
978-1-4302-6115-5 (9781430261155)
Copyright in bibliographic data is held by Nielsen Book Services Limited or its licensors: all rights reserved.
Schweitzer Klassifikation
Tim Duckett designs and builds software with tools such as Objective-C and Ruby on Rails. Having been online since the early 1990s, He's worked with all kinds of clients in all kinds of sectors. Along the way he picked up an MBA and is a certified project manager, but asks that you don't hold those against him. He lives in Sheffield in the UK with his family and far too many pets. In his spare time, he walks the dog, enjoys single malts, takes photos, and dismantles gadgets. You can find him online at http://adoptioncurve.net, and on places including Twitter and GitHub as timd.
- Table views from the ground up
- Collection views from the ground up
- How the view fits together
- Feeding the view with data
- How the cell fits together
- Using tables and collections for navigation and static content
- Indexing content, grouping & sorting table content
- Selecting & editing content
- Customizing cells
- Improving the cell's interaction
- Working with the iPad