Showing posts with label Selected. Show all posts
Showing posts with label Selected. Show all posts
Monday, 3 March 2014
Selected Cell Text Color ios code
cell.textLabel.highlightedTextColor = [UIColor blackColor];
Labels:
code,
Color,
iOS Developer,
Selected,
T Shirt,
Table View,
Tees,
Text
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:
Posts (Atom)