iOS 改变tableview cell的背景色

 cell.selectedBackgroundView = [[UIView alloc] initWithFrame:cell.frame];
cell.selectedBackgroundView.backgroundColor = [UIColor colorWithRed:0.855f green:0.914f blue:0.957f alpha:1.00f]; [cell.bt_start addTarget:self action:@selector(StartTimeAction:) forControlEvents:UIControlEventTouchUpInside];
[cell.bt_end addTarget:self action:@selector(EndTimeAction:) forControlEvents:UIControlEventTouchUpInside];
上一篇:java基础之二维数组-杨辉三角


下一篇:EF生成 类型“System.Data.Entity.DbContext”在未被引用的程序集中定义