Skip to Content
Learning Swift
book

Learning Swift

by Paris Buttfield-Addison, Jon Manning, Tim Nugent
May 2016
Beginner
350 pages
12h 24m
English
O'Reilly Media, Inc.
Content preview from Learning Swift

Chapter 5. Working with Documents on OS X

Now that we’ve done the groundwork for the OS X application, we can start adding the features that power it. Here’s where we’ll actually be doing some programming with Swift.

Because most of the functionality of the app, along with the user interface, comes from the Document class that was automatically provided when we first created the project in Xcode, we’ll be spending most of our time working with Document and enhancing its features to meet our needs. We’ll be adding support for storing text inside our note document format, creating a user interface to show that text, and making sure the app can save and open note files.

Along the way, we’ll talk about how documents work on OS X, how to build applications that work with the document system to help users get their work done, and how Swift fits into all of this.

The NSDocument Class

In OS X, documents are represented by the NSDocument class. When you create a new type of document, you subclass this class, inheriting from it, and add the properties and methods that are specific to your situation. For example, later in this chapter, we’ll be adding properties that store the text of the note. If you need a refresher about subclassing and inheritance, refer back to “Inheritance”.

Note

iOS has a similar class, called UIDocument. We’ll be looking at UIDocument in lots of detail in Chapter 9.

The NSDocument class and its many related classes form a framework that allows you to focus on the ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Learning Swift, 2nd Edition

Learning Swift, 2nd Edition

Paris Buttfield-Addison, Tim Nugent, Jon Manning
Swift Style

Swift Style

Erica Sadun

Publisher Resources

ISBN: 9781491940730Errata Page