更改分组的表格边界半径
是否有可能改变分组的UITableView的半径? 圆angular是我的devise激烈的方式。
我相信唯一的办法就是为你的表格单元格提供你自己的背景图片。 你可以提供3个图像,像Apple的UITableView
有一个圆润的感觉。
在- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
根据单元- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
设置单元格的backgroundView到一个UIView
与你想要的图像。 这将允许您设置顶部,中部和底部。
这是一篇不错的文章
http://cocoawithlove.com/2009/04/easy-custom-uitableview-drawing.html
只要确保dequeueReusableCellWithIdentifier:
不,不是。 你可以用标准的tableview和一些自定义的背景图像来复制它。
你必须改变cell.backgroundView
和cell.selectedBackgroundView
与您的select的看法。