Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ストーリーボードで静的セルを使用するときに、グループスタイルのセルが持つすべての境界線を削除する方法はありますか?
これを試して、
cell.backgroundView = [[UIView alloc] initWithFrame:cell.backgroundView.frame];// you can initialize with frame CGRectZero as well.
わたしにはできる。