Jon*_*hiu 4 iphone objective-c cell uitableview tableview
我想为我的分组tableview单元格而不是默认的圆角设置方角,我不只是想使用图像来产生这种效果.可能吗?
Mic*_*han 13
最简单的是,在你的tableView:cellForRowAtIndexPath:
使用中
cell.backgroundView = [[[UIView alloc] initWithFrame:cell.bounds] autorelease];
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
7594 次 |
最近记录: |