ios - 如何在 UITableView 中的单元格之间添加分隔符单元格/uiview?
<p><p>用分隔符 UIView 或单元格分隔单元格的最佳方法是什么?喜欢:</p>
<pre><code>31.10.2013
message: hi!
message: hey!
01.11.2013
message: hi again!
</code></pre>
<p>最好的例子是 Whatsapp 聊天应用程序,它们使用带有消息日期的小分隔线分隔消息。此截图中的“7. Mai 2013”:<a href="http://images.ifun.de/wp-content/uploads/2013/05/ipad-screen.jpg" rel="noreferrer noopener nofollow">http://images.ifun.de/wp-content/uploads/2013/05/ipad-screen.jpg</a> </p>
<p>我一直在考虑分段,但对于简单的工作来说可能太复杂了。我还想在某一天的第一个单元格中添加一个 UILabel,但这不是很好。</p>
<p>感谢您的帮助!</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>我认为部分是一种方法,因为它适合将具有相同日期(部分)的消息分组的情况。如果你使用核心数据,使用 <code>NSFetchedResultsController</code> 会更容易。</p></p>
<p style="font-size: 20px;">关于ios - 如何在 UITableView 中的单元格之间添加分隔符单元格/uiview?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/19724757/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/19724757/
</a>
</p>
页:
[1]