Chapter 9. Working with Multiple View Controllers and Undo

IN THIS CHAPTER

Editing Managed Objects

Working with Undo

Up until this point in the book, you’ve been working with example iOS applications that use only a single view controller containing a single table view. In this chapter, you’ll see how to pass managed objects and managed object contexts to additional view controllers to allow you to edit values on existing managed objects.

You’ll also see how to make use of Core Data’s built-in undo functionality, seeing how to support the Shake to Edit feature to undo changes to managed objects.

Editing Managed Objects

This chapter adds some additional functionality to the Random People application, enabling the user to edit individual ...

Get Core Data for iOS: Developing Data-Driven Applications for the iPad, iPhone, and iPod touch 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.