Hi there,
Now that we got a Files app in iOS 11 and a UIDocumentBrowserViewController, interacting with the file system has finally arrived. Is there a way for the user to pick a folder in the file system, thus allowing the app to access the contents of this folder. Essentially what I am asking, is whether there is an equivalent of NSOpenPanel in iOS 11 - which includes the powerbox's ability to punch holes into the sandbox for user picked files or folders? Is there somehting like a UIOpenPanel?
If not, is there any technical way to achieve the goal of letting the user pick a folder, and then the app having access to the contents of this folder? This folder could either be local or on iCloud Drive.
Peter