// 避免cell重用
CLFaceInfoTableViewCell *faceInfoCell = [[[NSBundle mainBundle] loadNibNamed:NSStringFromClass([CLFaceInfoTableViewCell class])
owner:self
options:nil] objectAtIndex:0];
网友评论