One Quickie


Changing UITableViewCell label text color (UITableView->General)
    if (someProperty) cell.textLabel.textColor = [UIColor grayColor];
    else cell.textLabel.textColor = [UIColor blackColor];



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com