Iphone How to make context background transparent? Iphone How to make context background transparent? ios ios

Iphone How to make context background transparent?


UIGraphicsBeginImageContextWithOptions(CGSizeMake(400, 400), NO, 1);

Setting this argument to NO solves my problem.