diff --git a/OpenFlow/AFUIImageReflection.m b/OpenFlow/AFUIImageReflection.m index 65e7529..b117cec 100644 --- a/OpenFlow/AFUIImageReflection.m +++ b/OpenFlow/AFUIImageReflection.m @@ -74,7 +74,7 @@ - (UIImage *)addImageReflection:(CGFloat)reflectionFraction { CGSize size = CGSizeMake(self.size.width, self.size.height + reflectionHeight); - UIGraphicsBeginImageContext(size); + UIGraphicsBeginImageContextWithOptions(size, NO, 0.0); [self drawAtPoint:CGPointZero]; CGContextRef context = UIGraphicsGetCurrentContext();