فهرست منبع

1.修改iOS Apex Drivers Action Cell禁止选中。

Pen Li 7 سال پیش
والد
کامیت
0033c8f2d9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Redant Drivers/Apex And Drivers/Detail/Cell/RADetailActionsCell.m

+ 1 - 1
Redant Drivers/Apex And Drivers/Detail/Cell/RADetailActionsCell.m

@@ -26,7 +26,7 @@
 - (void)awakeFromNib {
     [super awakeFromNib];
     // Initialization code
-    
+    self.selectionStyle = UITableViewCellSelectionStyleNone;
     _layout = [[RADetailActionsLayout alloc] init];
     self.actionCollectionView.collectionViewLayout = _layout;
 }