I am new to iphone development. I am displaying my content in grouped table view. I want to change the alpha value of the first group of my table only. How can i achieve that. Please help me out. Thanks.
views:
111answers:
1
+1
A:
What do you mean with "first table"?
Changing the alpha value of a table is done by
table.alpha = new_value
where new_value ranges from 0 to 1.
Marco
Marco
2010-02-13 12:35:18
He has a grouped table view.He's trying to get the first group to change it's alpha value.
Emil
2010-02-13 12:38:57
would making the table non opaque and then changing the cells of the first group work?
willcodejavaforfood
2010-02-13 12:45:39