标签:style blog http color os ar sp art c
UIImageView* arrowView = [[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"disclosureIndicator.png"]] autorelease];
arrowView.highlightedImage = [UIImage imageNamed:@"disclosureIndicatorSelected.png"];
cell.accessoryView = arrowView;
标签:style blog http color os ar sp art c
原文地址:http://www.cnblogs.com/dqxu/p/4002048.html