I need to set UIPopover
background color to clearColor
. But rest of all colors are working fine with below code:
myPopover.backgroundColor = [UIColor greenColor];
but when I set clearColor
, there is a white background instead of transparent.
Can any one help me. Thanks in Advance!