标签: iphone uitableview
我似乎找不到能够在uitableview的每个自定义单元格内绘制矩形(圆角)的正确代码。我该怎么做以及代码在哪里?感谢
答案 0 :(得分:3)
您可以使用背景图像作为其中绘制圆角矩形的单元格吗?
答案 1 :(得分:2)
您应该阅读UIBezierPath文档。您可以使用+ bezierPathWithRoundedRect:cornerRadius:的方法UIBezierPath。将它放在细胞的绘图方法中。
+ bezierPathWithRoundedRect:cornerRadius:
UIBezierPath