菜鸟教程小白 发表于 2022-12-12 15:59:55

ios - 在没有 MPMediaPickerController 的情况下访问用户 iTunes 库


                                            <p><p>除了<a href="https://developer.apple.com/library/ios/documentation/MediaPlayer/Reference/MPMediaPickerController_ClassReference/index.html#//apple_ref/occ/cl/MPMediaPickerController" rel="noreferrer noopener nofollow"><code>MPMediaPickerController</code></a> 还有其他方法可以访问用户<code>iTunes Library</code>吗? ?</p>

<p>用于呈现<code>MPMediaPickerController</code>的<code>UITableView</code>可以自定义吗?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><blockquote>
<p>Is there another way to access the users itunes library than MPMediaPickerController ?</p>
</blockquote>

<p>当然,有 <code>MPMediaQuery</code> 可以以编程方式查询 iPod 库。一旦你有了数据,你可以以任何你想要的方式显示它。见 <a href="https://developer.apple.com/library/ios/#documentation/Audio/Conceptual/iPodLibraryAccess_Guide/Introduction/Introduction.html" rel="noreferrer noopener nofollow">iPod Library Access Programming Guide</a> .</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 在没有 MPMediaPickerController 的情况下访问用户 iTunes 库,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/5221549/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/5221549/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 在没有 MPMediaPickerController 的情况下访问用户 iTunes 库