such as the code:
view.opaque = YES;
and
view.backgroundColor = [UIColor clearColor];
any one who can exp
No, it shouldn't be. It should act clear. The color clear is completely opaque, if that even makes sense. It won't show up black or white or anything else if you change its alpha. It will be clear.