Reputation: 7711
I don't see a clear option when setting the background color for a tableview in Xcode. Can I only do this in code?
I don't seem to have a "clear color" option
Upvotes: 3
Views: 2162
Reputation: 6606
In interface builder select the scroll view (which contains your table view) and then uncheck Draw Background
.
Upvotes: 1
Reputation:
Set the background color of the table view to be RGB of Hex #000000 with Opacity being 0.
Upvotes: 3
Reputation: 215
There is the option to put a clear background in interface builder.
Upvotes: -3