Ide*_*per 4 iphone uitableview
我有一个分组风格的tableview.当我将tableview背景颜色设置为清晰颜色时,我会在tableview周围看到深黑色的角落.有没有办法解决这个问题,并删除那些黑暗的角落?
任何帮助,将不胜感激.
使用时clearColor,请使用以下内容:
[tableView setBackgroundView:nil];
[tableView setBackgroundColor:[UIColor clearColor]];
[tableView setOpaque:NO];
Run Code Online (Sandbox Code Playgroud)