Chapter     12

Graphics Recipes

In this chapter, we will explore UIKit, Quartz 2D, and Core Graphics. We’ve already used UIKit to create windows, buttons, and views. Quartz 2D is a rendering engine on which UIKit is built. Quartz 2D is part of the Core Graphics framework, and together they can help a developer create impressive views and interfaces. Any time you see an impressive custom interface such as Evernote, which looks completely different from the standard Apple interface, you can bet Core Graphics played a big part in making it happen. As a developer, you can use Core Graphics to customize virtually any aspect of your interface by subclassing existing Apple elements, such as buttons and table view cells.

While this chapter does not ...

Get iOS 7 Development Recipes: A Problem-Solution Approach 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.