[mTableView setBackgroundView:[[UIView alloc] init]];
[mTableView setBackgroundColor:[UIColor clearColor]];
本文介绍如何使用Objective-C为UITableView设置透明背景。通过初始化UIView并设置其背景颜色为透明,然后将其设置为UITableView的背景视图。
[mTableView setBackgroundView:[[UIView alloc] init]];
[mTableView setBackgroundColor:[UIColor clearColor]];

被折叠的 条评论
为什么被折叠?