How to change shadow background white to other colors
I'm trying to change UIPageViewController shadow color while doing a flip animation. But always it displaying white color only. How to change a color of flip side background color white to other colour like (black or sephia). iBook is doing same thing. I mention that below image have white bg that color i would to change. Screenshot: - (void) renderPageAtIndex:(NSUInteger)index inContext:(CGContextRef)ctx { UIImage *image = [images objectAtIndex:index]; CGRect imageRect = CGRectMake(0, 0, image.size.width, image.size.height); CGAffineTransform transform = aspectFit(imageRect,