经过几个小时的谷歌搜索,我没有找到解决方案..
我想将这些属性添加到单元格中,但此代码不起作用
AppCell *cell = [[AppCell alloc] init];
cell.layer.cornerRadius = 5.0;
cell.layer.shadowColor = [[UIColor blackColor] CGColor];
cell.layer.shadowOpacity = 1.0;
cell.layer.shadowRadius = 10.0;
cell.layer.shadowOffset = CGSizeMake(0.0f, 0.0f);
解决办法是什么??.. 非常感谢您提前