如何制作图像数组

发布于 2025-01-02 10:50:10 字数 137 浏览 0 评论 0原文

如何从相机中制作 nsmutable 图像数组?

示例:当用户从相机中选择图像时,它将被添加到数组中

我想做一些类似相册的事情

how to make nsmutablearray of image from the camera?

Example: When a user selects an image from the camera so it will be added to an array

I want to do something like a photo album

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

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

发布评论

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

评论(1

堇色安年 2025-01-09 10:50:10

如果您只想从库中选取图像或使用相机拍摄新图像,然后将它们添加到数组中,那么 UIImagePickerController

但是您提出问题的方式意味着您应该从一些 有关 iOS 开发的基础知识

If you just want to pick images from your library or take new once with the camera and then add them to an array, a good starting point would be the UIImagePickerController.

But the way you ask your question implies that you should start out with some basics about iOS development.

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