Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想让我正在开发的应用程序的用户能够从他的设备加载 PDF 文件,就像他从图库中加载图像一样。是否有可能,如果可以,PDF文件在哪里?
非常感谢您的建议
我认为这是不可能的,请参阅:https ://stackoverflow.com/a/7778719/1451392
不,这是不可能的。每个应用程序都有自己的内存空间(.app 文件夹),它可以访问(加上一些特殊的文件夹,如图片库)。您可以通过 访问您的内存份额[NSUserDefaults sharedDefaults]。
[NSUserDefaults sharedDefaults]