菜鸟教程小白 发表于 2022-12-12 11:18:28

ios - 打开 UIImagePickerController 到自定义相册?


                                            <p><p>我的应用使用 ALAssetsLibrary 写入自定义相册。有没有办法使用 <code>UIImagePickerController</code> 打开我的自定义相册(最好只允许查看我的相册)?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><h2>没有。</h2>
<p>这是内置控件的另一个恼人限制。如果可能的话,GitHub 上的某个非常聪明的人会为我打造一个允许它的东西。</p>
<p>不幸的是,<code>UIImagePickerController</code> 是一个私有(private)的系统类,它实际上不允许更改。</p>
<p>不过,您可能会这样做:</p>
<blockquote>
<p><strong>Pick an image</strong></p>
<p>This app stores its images in the &#39;Unicorn&#39; album.</p>
<p><kbd><strong>Choose Image</strong></kbd></p>
</blockquote></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 打开 UIImagePickerController 到自定义相册?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/16777290/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/16777290/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 打开 UIImagePickerController 到自定义相册?