- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
{
return 30;
}
Showing posts with label Cell. Show all posts
Showing posts with label Cell. Show all posts
Wednesday, 5 March 2014
Sunday, 2 March 2014
Change cell color when selected ios code
cell.selectedBackgroundView = [[UIView alloc] initWithFrame:cell.bounds] ;
cell.selectedBackgroundView.backgroundColor = [UIColor lightGrayColor] ;
cell.selectedBackgroundView.backgroundColor = [UIColor lightGrayColor] ;
Subscribe to:
Comments (Atom)