Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以一次进行多个下载?
当您向 NKAssetDownload 发送 downloadWithDelegate 消息时,Newsstand 框架只需将其添加到其队列中即可下载。之后,开发人员无法控制何时开始下载。据我的经验,它不会同时开始 2 次下载。当一个完成时,它会从队列中启动另一个。我不知道为什么以这种方式实现但没有并行下载。