Summary

In this chapter, you’ve learned a little about the workings of IB and Objective-C. You’ve seen that on-screen objects have corresponding Objective-C objects stored in the computer’s memory. You’ve also seen a special class of object called a control in action, and you’ve seen that a control can have a target, which is another object that is automatically sent a message to perform an action when the control object is manipulated by the user.

In the next chapter, we’ll cover the basics of Objective-C, Cocoa’s native programming language. We’ll also take a look at the basic Objective-C classes that Cocoa provides to make writing complicated programs much easier.

Get Building Cocoa Applications: A Step by Step Guide 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.