Advertisement
Guest User

Untitled

a guest
Sep 19th, 2011
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. - (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath{
  2.     GTMLoggerInfo(@"will display");
  3.     NewsCell *c = (NewsCell *) cell;
  4.     [c.activity setAlpha: 1.0];
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement