tableview .BackgroundColor:[UIColor colorWithRed:1 green:1 blue:0.75 alpha:1];
This is my code for changing background color of UItableview. But I don’t get the color change when I use this code, it looks the default white color. Is there any mistake in my code?
to answer your question correctly: Yes there is a mistake.
This code is not valid at all. It has no correct syntax.
It should look like this
or