Changes

Jump to: navigation, search
no edit summary
[[File:ios_11_document_browser_files_app.png]]
Figure 43-1
[[File:ios_11_document_browser_popup.png]]
Figure 43-2
Adding document browser support to an app is a multistep process that begins with the creation of a UIDocumentBrowserViewController instance. When doing this it is essential that the browser is the root view controller of the app. By far the easiest way to start the development process is to use the Xcode Document Based App template when creating a new project as shown in Figure 43-3:
[[File:ios_11_document_browser_template.png]]
Figure 43-3
[[File:ios_11_document_browser_action_menu]]
Figure 43-4

Navigation menu