osx - OS X: open panel does not show icloud documents -


I have an app where I want to open the panel and the user can choose a document from local storage or iCollad. Icloud is enabled and it also has files and data, but the Open panel only shows local storage data. I tried with these tasks:

  NSOpenPanel * openPanel = [NSOpenPanel openPanel]; [[NSD Document Controller Shared Documents Controller] Runmodel OpenPANEL: OpenPell for Type: Supported Document Type];  

or

  [[NSD Document Controller Shared Document Controller] OpenPanel with ClauseHandler: ^ (NSARRA * array) {}];  

or

  NSInteger result = [OpenPennell runmodel];  

Did I forget about something or did I make it wrong? Is it possible from non-document-based apps?


Comments