Possible Duplicate:
Transparent Modal View on Navigation Controller
I want to make my viewController with transparent backgroundColor
but i don't have any luck..
I've tried to set/use...
self.view.backgroundColor = [UIColor clearColor];
- still I have white colored background.self.view.alpha = .0f
; - all my thing in my VC are missing but i still have white backgroundself.view.backgroundColor = [UIColor colorWithRed:0.0 green:0.0 blue:0.0 alpha:.7f]
and still white background below my transparent view.
EDIT1:
Tested on:
- iPad3, iOS 6.0
- iPad 6.0 Simulator