0
小時後google搜索,我發現沒有解決方案..可以在UICollectionView中自定義單元格嗎?
我要添加這些屬性的單元,但是這個代碼不工作
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);
什麼解決的辦法? .. 非常感謝你提前