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.
如何创建这样的 iOS 表格视图?
当它滚动时,表格视图的背景是静态的,所以我认为表格是透明的,但是如何创建那些水平分隔符?
您可以将水平分隔符添加到单元格背景图像中。你可以有一个小图像 1 像素的高度和单元格的宽度,或者甚至尝试水平重复它。
您还可以在单元格的背景视图中添加一条线,而不是图像。例如,请参阅此线程以了解如何向 UIVIew 添加线条:在 UIView 中绘制线条。
重要的一点是,您可以通过更改单元格本身的背景来实现这一点。