我有一个奇怪的行为UITableView
,也许有人可以帮助我。
我有一个UITableView
. 然后我做:
table.backgroundView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"tablebg.png"]];
cell.backgroundColor = [UIColor clearColor];
这按预期工作,除了我在表格的右侧和底部得到一个奇怪的白色边框(见图)。
有任何想法吗?
我有一个奇怪的行为UITableView
,也许有人可以帮助我。
我有一个UITableView
. 然后我做:
table.backgroundView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"tablebg.png"]];
cell.backgroundColor = [UIColor clearColor];
这按预期工作,除了我在表格的右侧和底部得到一个奇怪的白色边框(见图)。
有任何想法吗?