I am merging two images and then I take a screenshot by applying this code:
UIGraphicsBeginImageContext(size); [self.view.layer renderInContext:UIGraphicsGet
Try using the withOptions version of UIGraphicsBeginImageContext
UIGraphicsBeginImageContextWithOptions(size, NO, 0.0);