. three20UI.xcodeproj , UITableViewCell, , , .
, , TTSectionedDataSource, , , MySectionedDataSource, - :
- (void)tableView:(UITableView*)tableView
cell:(UITableViewCell*)cell
willAppearAtIndexPath:(NSIndexPath*)indexPath {
UIView *view = [[UIView alloc] initWithFrame: CGRectMake(cell.frame.origin.x, cell.frame.origin.y, cell.width, cell.height)];
view.backgroundColor = [UIColor colorWithRed:1 green:1 blue:0.75 alpha:1];
cell.selectedBackgroundView = view;
}
.
selectedBackgroundView
-(UITableViewCell*)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
, , . , , , , - , , bg, . , ...:)
.