test.m
UITableView *table = [[UITableView alloc] initWithFrame:frame];
UIView *v = [[UIView alloc] initWithFrame:CGRectZero];
v.backgroundColor = [UIColor clearColor];
[table setTableHeaderView:v];
[table setTableFooterView:v];
Go to list of users who liked
More than 5 years have passed since last update.
UITableView *table = [[UITableView alloc] initWithFrame:frame];
UIView *v = [[UIView alloc] initWithFrame:CGRectZero];
v.backgroundColor = [UIColor clearColor];
[table setTableHeaderView:v];
[table setTableFooterView:v];
Register as a new user and use Qiita more conveniently
Go to list of users who liked