views:

31

answers:

1

Hi, I try to change the background color of my actionsheet, I just use the method:

[actionSheet setBackgroundColor:[UIColor colorWithRed:30 green:30 blue:30 alpha:0.5]];

and I put it in the willPresentActionSheet. But the background color don't change, why?

thx, Alex

A: 

You can refer to an existing stackoverflow post talking about techniques to alter actionsheet coloring.

David