Chapter 11. One More Thing: Programming Cover Flow
Although Cover Flow is not officially included in the iPhone SDK, it offers one of the most beautiful features of the iPhone experience. With Cover Flow, you can offer users a gorgeously intense visual selection that puts standard scrolling lists to shame. This chapter introduces Cover Flow and shows how you can use it in your applications. Boom!
The UICoverFlowLayer
Class
UICoverFlowLayer
is a standard UIKit
class although it does not appear in the official SDK. Steve Nygard’s class-dump (www.codethecode.com/projects/class-dump/) enabled me to extract the UICoverFlowLayer
header file shown in Listing 11-1 from the UIKit
framework. Class-dump works by generating class declarations from the Objective-C ...
Get The iPhone™ Developer’s Cookbook: Building Applications with the iPhone SDK now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.