Skip to Content
Cocoa Programming for OS X: The Big Nerd Ranch Guide
book

Cocoa Programming for OS X: The Big Nerd Ranch Guide

by Aaron Hillegass, Adam Preble, Nate Chandler
April 2015
Intermediate to advanced
556 pages
17h 47m
English
Big Nerd Ranch Guides
Content preview from Cocoa Programming for OS X: The Big Nerd Ranch Guide

Adding Undo to RaiseMan

Open the RaiseMan project that you started in Chapter 9. You are going to give users the ability to undo the effects of clicking the Add Employee and Remove buttons, as well as the ability to undo the changes they make to Employee objects in the table. The necessary code will go into your Document class.

Because you have bound the contentArray of the array controller to the employees array of the Document object, the array controller will use key-value coding to add and remove Employee objects. You will take advantage of this to add undo invocations to the undo stack when people are added and removed. To do this, open Document.swift and add the following section to the Document implementation:

    // MARK: - Accessors ...
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.
Start your free trial

You might also like

Learning Cocoa with Objective-C, 4th Edition

Learning Cocoa with Objective-C, 4th Edition

Paris Buttfield-Addison, Jonathon Manning, Tim Nugent
Objective-C for Absolute Beginners: iPhone, iPad and Mac Programming Made Easy

Objective-C for Absolute Beginners: iPhone, iPad and Mac Programming Made Easy

Stefan Kaczmarek, Brad Lees, Gary Bennett, Mitch Fisher

Publisher Resources

ISBN: 9780134077130Purchase book