iOS图像缓存与内存中图像的自定义计数
<p><div>
<aside class="s-notice s-notice__info post-notice js-post-notice mb16"role="status">
<div class="d-flex fd-column fw-nowrap">
<div class="d-flex fw-nowrap">
<div class="flex--item wmn0 fl1 lh-lg">
<div class="flex--item fl1 lh-lg">
<b>关闭</b>。这个问题需要<a href="https://stackoverflow.com/help/closed-questions" rel="noreferrer noopener nofollow">details or clarity</a> .它目前不接受答案。
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>我没有找到任何能够设置最大图像数以存储在内存中的库。所以我们制定了自己的解决方案并将其发布在 <a href="https://github.com/Alterplay/APSmartStorage" rel="noreferrer noopener nofollow">github</a> .</p>
<p>现在很容易设置</p>
<pre><code>APSmartStorage.sharedInstance.maxObjectCount = 10;
</code></pre>
<p>如果达到“maxObjectCount”,“APSmartStorage”将在存储新对象之前从内存中删除随机对象</p></p>
<p style="font-size: 20px;">关于iOS图像缓存与内存中图像的自定义计数,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/21775994/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/21775994/
</a>
</p>
页:
[1]