ios - 如何在 iOS 中删除 UICollectionView 周围的边框?
<p><p>我在我的项目中创建了一个 <code>UICollectionView</code>。它是自定义 <code>UICollectionViewCell</code>。当我运行应用程序时,它会在 <code>UICollectionViewCell</code> 周围显示黑色边框>.请告诉我如何删除自定义单元格周围的边框?</p>
<p> <a href="/image/bUf3V.png" rel="noreferrer noopener nofollow"><img src="/image/bUf3V.png" alt="enter image description here"/></a> </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><pre><code>UICollectionViewCell *cell = [ init];
cell.layer.borderColor = (__bridge CGColorRef _Nullable)();
</code></pre>
<p>cell 是 Collection View 单元格元素的名称。这行代码将使边框颜色透明。</p></p>
<p style="font-size: 20px;">关于ios - 如何在 iOS 中删除 UICollectionView 周围的边框?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/33514925/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/33514925/
</a>
</p>
页:
[1]