I am new to iphone development .I have displayed a list of contents in a grouped table view.How can set the table background transparent such as i should see the text displayed on the gray-color(default color) background and not on the white color.Please help me out.Thanks.
A:
UITableView inherits a 'alpha' property from UIView so try changing that :)
willcodejavaforfood
2010-02-13 11:52:22
I am using grouped tables how can i change the alpha value for the first table alone
Warrior
2010-02-13 12:06:16
So you want the first group in one table to be transparent or do you actually have several tables?
willcodejavaforfood
2010-02-13 12:43:01
I want the first group in one table to be transparent
Warrior
2010-02-13 12:44:52
Not sure then apart from making the cells themselves transparent or writing your own UITableView
willcodejavaforfood
2010-02-13 13:13:50