标签: ios xamarin.ios
每当我使用Safari浏览网页并遇到<input type="file">元素时,我可以选择它,Safari会向我提供一个弹出菜单(操作表?),如下所示:
<input type="file">
这种控件是否可以在我的应用中实现?我所能找到的只是UIImagePickerController,这似乎只是为了挑选图像。我想要根据用户设备上可用的不同应用程序(相机,照片库,iCloud,Dropbox,Google Drive等)选择任何文件的全方位选项。
UIImagePickerController
如果没有传统意义上的可用,我可以尝试以某种方式使用网络视图进行破解吗?
答案 0 :(得分:1)
这是UIDocumentMenuViewController。
另见UIDocumentPickerViewController。