当我加载回来时,保存的图像是否具有标签属性?

发布于 2024-08-17 14:47:21 字数 121 浏览 2 评论 0原文

我有 3 个 UIImageView,它们都有标签 1、2、3,并且位于 NSMutableArray 内部。我想在应用程序终止时将图像保存到文件中,然后在应用程序加载时将它们加载回来并从数组中提取它们,并且仍然让它们具有标签。

I have 3 UIImageViews, and they all have tags 1, 2, 3, and are inside of an NSMutableArray. I want to save the images to a file upon termination of the app, then load them back whe the app loads and extract them from the array, and still have them have the tags.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

命比纸薄 2024-08-24 14:47:21

通常,您会保留 UIImage 对象,但标签位于 UIImageView 对象中。

我建议单独处理标签。例如,您可以将其存储为文件名的一部分,然后在加载图像时恢复它。

Typically you would persist the UIImage object, but the tag is in the UIImageView object.

I would recommend handling the tag separately. For example, you could store it as part of the file name and then restore it when loading the images.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文