List of Tables

 

Chapter 1. Introducing MacRuby

Table 1.1. Both Ruby and Objective-C have a method for capitalizing the letters in a string.

Table 1.2. MacRuby classes and the equivalent Objective-C classes

Chapter 3. Going beyond the basics with Xcode Interface Builder

Table 3.1. Inspector pane tabs

Table 3.2. UI elements in the Todo List application

Chapter 4. Using the delegate pattern

Table 4.1. Key words you’ll often see in a delegate method name

Chapter 5. Notifications and implementing the observer pattern

Table 5.1. NSPostingStyle options for NSNotificationQueue

Table 5.2. NSNotificationCoalescing options for NSNotificationQueue

Table 5.3. NSWindow predefined notifications

Table 5.4. Notification broadcast order

Chapter 6. Using key-value coding and key-value observing

Table 6.1. Collection operators for key paths

Table 6.2. Options when registering a new observer

Table 6.3. Observer change keys

Chapter 7. Implementing persistence with Core Data

Table 7.1. Advantages and disadvantages of different persistent store types

Table 7.2. Attribute properties for the Task entity

Table 7.3. Predicate examples

Chapter 8. Core Animation basics

Table 8.1. Layer geometry properties

Chapter 9. HotCocoa

Table 9.1. Layout options