Chapter     3

Spin a Web

Warm up your coding fingers. This chapter will introduce you to some of the core skills of iOS app development, along with a healthy dose of Objective-C code. The app you’ll create in this chapter, and the steps you’ll take, are very typical of the way iOS apps are built. From that perspective, this will be your first “real” iOS app.

You’ve already learned to use Interface Builder to add library objects to your app, customize them, and connect them together. In this chapter you will also:

  • Customize an Objective-C class
  • Add outlets and actions to your custom class using Objective-C
  • Connect those outlets to objects using Interface Builder
  • Connect objects to your custom actions using Interface Builder
  • Alter the behavior ...

Get Learn iOS 7 App Development 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.