When a file is changed in iCloud (whether added, deleted, or the content changed), I would like to call a method I created ([self methodName]) so that I can update my table view with the names of the new files. How am I notified of the file change? Do I need to listen for a NSNotification (if so, what is it?) or do I have to check manually? Thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
This section of the Apple developer website contains a great tutorial for setting up document-based iCloud apps. To answer your questions, though: as long as your document is a |
|||
|
|
The name of the NSNotification I have to listen for is
|
||||
|
|