Tuesday, July 16, 2013

section UITableView not stopped

1) UITableViewStyleGrouped
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