Hi,
Yeah I have tried the code in that method as well but still it doesn't change the background color.
I define the SCSelectionAttributes cell as :
SCPropertyDefinition *statePropertyDef = [inspectionDef propertyDefinitionWithName:@"state"];
statePropertyDef.required = TRUE;
statePropertyDef.title = @"State";
statePropertyDef.type = SCPropertyTypeSelection;
statePropertyDef.attributes = [SCSelectionAttributes attributesWithItems:
[NSArray arrayWithObjects: kWA, kACT, kNT, kNSW, kQLD, kSA, kTAS, kVIC, nil]
allowMultipleSelection:NO
allowNoSelection:NO
autoDismissDetailView:YES
hideDetailViewNavigationBar:NO];