vote up 0 vote down star
1

Hi Friends,

Please clear this scenario.

I created a viewController named RootViewController,so obiviously we'll get RootViewController.h and RootViewController.m

Then i created a nibfile named ViewScreen.xib by selecting a newFile named viewXib, so automatically we'll get a View in the xibfile.And i linked FilesOwner class to RootViewController.

so if i want to set the back ground color of the view as "groupTableViewBackgroundColor" ,can't i set that in attributes inspector,is the only way to set that color to view is by doing manually in RootViewController.m(declaring a view and setting view.backgroundColor=[UIColor groupTableViewBackgroundColor]; can't we do the same by using interfaceBuilder.

if any one is interested to solve this ,please go on.

flag

1 Answer

vote up 1 vote down check

If you change the colour palette to "Developer" you'll find the list of system colours, including the background colour for tables.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.