gpt4 book ai didi

OS X Cocoa 的图像选择器或文件选择器

转载 作者:行者123 更新时间:2023-12-03 16:17:50 25 4
gpt4 key购买 nike

在我的应用程序中,我需要从文件系统中获取图像。我知道如何在 iOS 中做到这一点,但不知道如何在 OS X 中做到这一点。OS X 有类似 imagePicker 或文件选择器的工具吗?请需要帮助。

在 iOS 中我使用这个:

UIImagePickerController *imagePicker = [[UIImagePickerController alloc] init];
imagePicker.delegate = self;
imagePicker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;

提前致谢!

最佳答案

在 Mac 上有 IKPictureTaker,其工作方式与 UIImagePickerController 类似。

https://developer.apple.com/documentation/quartz/ikpicturetaker

关于OS X Cocoa 的图像选择器或文件选择器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25770761/

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