ios - UICollectionViewCell 中的 UILabel
<p><p>我在storyboard中设计了<code>UICollectionViewCell</code>。由UILabel、UIImageView两个元素组成。</p>
<p>对于 UILabel 我给定的约束前导=0,尾随=0,底部=0,高度=100</p>
<p>我的<strong>collectionViewCell</strong>
<a href="/image/p0tol.png" rel="noreferrer noopener nofollow"><img src="/image/p0tol.png" alt="enter image description here"/></a> </p>
<p>但是当我在模拟器中运行时:
<a href="/image/cx2Q3.png" rel="noreferrer noopener nofollow"><img src="/image/cx2Q3.png" alt="enter image description here"/></a> </p>
<p>编辑:当我在界面检查器中观察时,标签未附加到 collectionView 上的 View :
<a href="/image/0K1sQ.png" rel="noreferrer noopener nofollow"><img src="/image/0K1sQ.png" alt="enter image description here"/></a> </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>我通过在 cellForItemAtIndexPath 中添加这些行来解决问题</p>
<pre><code>;
;
</code></pre></p>
<p style="font-size: 20px;">关于ios - UICollectionViewCell 中的 UILabel,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/38203408/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/38203408/
</a>
</p>
页:
[1]