开发者

How to change the alpha value of the first table in grouped table in iphone?

开发者 https://www.devze.com 2022-12-20 05:52 出处:网络
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 开发者_如何学Pythoni achieve that. Pleas

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 开发者_如何学Pythoni achieve that. Please help me out. Thanks.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消