Changeset 635
- Timestamp:
- 01/12/10 07:58:56 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/my.tel/trunk/Classes/GroupFriendsController.m
r626 r635 457 457 // it's a selected friend 458 458 cell.accessoryType = UITableViewCellAccessoryCheckmark; 459 cell.backgroundColor = [UIColor cyanColor];460 459 } else { 461 460 cell.accessoryType = UITableViewCellAccessoryNone; 462 cell.backgroundColor = [UIColor whiteColor];463 461 } 464 462 }








