1) UITableViewStyleGrouped
2) tableView.backgroundView = nil;
3) в cellForRow...
cell.backgroundView = [[[UIView alloc] initWithFrame:cell.bounds] autorelease];
4) в layoutSubviews ячейки
self.contentView.frame = self.bounds;
2) tableView.backgroundView = nil;
3) в cellForRow...
cell.backgroundView = [[[UIView alloc] initWithFrame:cell.bounds] autorelease];
4) в layoutSubviews ячейки
self.contentView.frame = self.bounds;
No comments:
Post a Comment