One Quickie


Setting a cell's image (UITableView->General)
   UIImage *image = [_assets iconAtIndex: indexPath.row];
    if (image) cell.imageView.image = image;



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

webmonster@borkware.com