gpt4 book ai didi

ios - 为 IOS 和 Mac 应用程序保存点播图像的推荐文件夹?

转载 作者:行者123 更新时间:2023-11-29 11:31:28 25 4
gpt4 key购买 nike

我的应用程序使用自定义皮肤(主题),但由于大小不断增加,我不想将它们全部打包到应用程序中。当用户选择皮肤时,它会从我的服务器下载图片资源。

问题是,推荐的保存文件的目录在哪里?到文档目录?我猜我不会得到 UIImage(named:) 缓存系统的好处,也不会得到自动比例选择的好处?

最佳答案

文档中的这个页面应该给你多种选择:

https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html

这里要做出的一个主要选择是您是否要通过 iTunes 备份内容。

此外,正如您在 UIImage API reference page 上看到的那样,您可以使用各种初始化程序选项,而不仅仅是 UIImage(named:)

您还需要考虑几个因素,例如是否要缓存图像,如 here 所述。 :

If you have an image file that will only be displayed once and wish to ensure that it does not get added to the system’s cache, you should instead create your image using imageWithContentsOfFile:. This will keep your single-use image out of the system image cache, potentially improving the memory use characteristics of your app.

关于ios - 为 IOS 和 Mac 应用程序保存点播图像的推荐文件夹?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53122341/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com