Changes

Jump to: navigation, search

Managing Files using the iOS 8 UIDocument Class

25 bytes added, 20:11, 7 March 2018
Summary
While the UIDocument class is the cornerstone of document storage using the iCloud service it is also of considerable use and advantage in terms of using the local file system storage of an iOS device. As an abstract class, UIDocument must be subclassed and two mandatory methods implemented within the subclass in order to operate. This chapter worked through an example of using UIDocument to save and load content using a locally stored document. The next chapter will look at using UIDocument to perform cloud based document storage and retrieval.
 
 
<htmlet>ios11</htmlet>

Navigation menu