使用xib时 避免cell重用

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

你可能感兴趣的:(使用xib时 避免cell重用)