首页 > 代码库 > UITableViewCell的链接

UITableViewCell的链接

UITableViewCell的标记、移动、删除、插入

UIImageView* arrowView = [[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"disclosureIndicator.png"]] autorelease];arrowView.highlightedImage = [UIImage imageNamed:@"disclosureIndicatorSelected.png"];cell.accessoryView = arrowView;

UITableViewCell的链接