I am trying to display my data in a grouped table as below :
As you can
Clearing the background in the cellForRowAtIndex method should work
[cell setBackgroundColor:[UIColor clearColor]];
try also to clear the background in the viewWillAppear and if something weird happens, clear the project and rebuild.