我正在使用UItableview分组并使用cell.imageView setImage将图像添加到单元格中:
当我添加图像时,它会导致分组表格有方角。我试图复制与保持角半径的itunes iphone应用程序相同的外观。
有人能指出我正确的方向。
以iphone 3.0为基础的笔记。
提前感谢你 亚茨科
答案 0 :(得分:0)
添加图像视图,查看uiview的子视图,然后将tableview添加为uiview的子视图,并清除表视图的backgroundcolor。
[myTableView setbackGroundColor:[UIColor clearColor]];
然后应该没问题。