ios - Why is the background of my table view grey when there are no rows? -


why background of table view grey when there no rows? can't see set in storyboard

screenshot

even setting background white explicitly still grey background

attributes inspector

using defaults background results in grey background:

defaults

this might due 2 reason

a) haven't set data source , delegate , main view background color gray

b) cell background color gray, set clear color


Comments