选中cell的时候分割线消失,如何让分割线不消失

   cell.selectedBackgroundView.layer.borderColor = [UIColor lightGrayColor].CGColor;

       cell.selectedBackgroundView.layer.borderWidth = 0.5;

原文地址:https://www.cnblogs.com/KLNL100/p/4828171.html