エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
UIView backgroundColor disappears when UITableViewCell is selected
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
UIView backgroundColor disappears when UITableViewCell is selected
I have a simple tableViewCell build in interface builder. It contains a UIView which contains an ... I have a simple tableViewCell build in interface builder. It contains a UIView which contains an image. Now, when I select the cell, the default blue selection background is shown, but the backgroundColor of my UIView is gone. My UITableViewCell's implementation file doesn't do anything special. It just init's & returns self and all I do in setSelected is call super. How do I get my UIView backgro