Why doesn't UITableViewCell background color work (set in interface builder)?

前端 未结 14 1847
青春惊慌失措
青春惊慌失措 2020-12-23 11:43

Why doesn\'t UITableViewCell background color work (set in interface builder)?

I note from some searching that the follow code set in your custom subclass of UITable

14条回答
  •  北海茫月
    2020-12-23 11:57

    It works perfectly, if you pick the tableview and set background to for example red the whole table will be red. maybe you do not linked the table or something

    hope it helped

提交回复
热议问题