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