iOS7・・・ iOS7・・・ ウーン・・・ iOS7のUITableViewCellのサブクラス、つまりカスタムセルがなぜか描画されませんでした。 一応解決して、原因もなんとなくわかったのでメモ。 ↓なぜか描画されない。 描画してた仕組みはこんな感じで、- (void)drawRect:(CGRect)rectに書いていました。 - (void)drawRect:(CGRect)rect { [super drawRect:rect] ; // draw draw ... } リファレンスを見るとこんなのが。 Whether you use a predefined or custom cell, you can change the cell’s background using the backgroundView property or by changing the inheri