Reputation: 2095
I have a problem when i call my actionSheet, the problem is that when i call my actionsheet the view thats is behind of the actionsheet is opaque and i want to see the backgroung not opaque.
I have tried [actionSheet setOpaque:NO] but not make anything, how i can solve it?
Upvotes: 0
Views: 184
Reputation: 1033
Instead of action sheet take a custom picker and try to do the code that u need.It may solve your problem.But by default the action sheet take semi black background.
Upvotes: 2