> On Mar 12, 2016, at 8:53 AM, Eric Gorr wrote:
>
> The answer to this question does not involve a coding problem. As some
> probably understood, default application created by Xcode should
> automatically support the Resume functionality. What was blocking this from
> working was the System
I continued the conversation with Quincey Morris offline, but if anyone is
curious or might be caught by this in the future...
The answer to this question does not involve a coding problem. As some probably
understood, default application created by Xcode should automatically support
the Resume
There are still several key details I seem to be missing.
I have a new commit
https://github.com/ericgorr/last_saved/commit/ba462a19062fefde68f7e0f4459a0c8293332e9f
which shows an attempt to implement some of this.
I am using my AppDelegate as the restoration class. I have the following in my
On Mar 10, 2016, at 17:05 , Eric Gorr wrote:
>
> I have a Core Data Document Based OS X application written in swift and using
> storyboards. Whenever I build and launch the app, instead of automatically
> opening the last opened document(s), it will create a new document. What I
> want to be
I have a Core Data Document Based OS X application written in swift and using
storyboards. Whenever I build and launch the app, instead of automatically
opening the last opened document(s), it will create a new document. What I want
to be able to do is have the application automatically restore