Chapter 6
The Runtime, Managing Memory, and Using Properties
In This Chapter
Understanding the application life cycle
Handling interruptions
Using Automatic Reference Counting to manage memory
Understanding the five rules of memory management
Customizing framework behaviors
Taking advantage of the power of declared properties
Previous chapters provide you with at least a basic understanding of how to graphically build your user interface. Now it’s time to add some code to have your application actually do something. But before you do that, I want to explain three things about writing iPad apps.
First, a lot of what you’ll be doing is customizing and extending the behavior of framework classes. You customize and extend the behavior of these classes through subclassing, delegation, and using a powerful Objective-C feature called declared properties.
Second, on the iPhone or iPad, like ...
Get iOS 6 Application Development For Dummies 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.