ndrotator
ndrotator copied to clipboard
Set background colour to [UIColor whiteColor] brake display
I am guess this has got to do with WhiteColorSpace versus RGBColorSpace. Using [UIColor colorWithRed:1.0 green:1.0 blue:1.0 alpha:1.0] fixes the issue.