Can i change the MFDocumentViewController's background?
You can just comment the @private line on
MFDocumentViewController.h and on your
DocumentViewController.m add a line like
[pagedScrollView setBackgroundColor:[UIColor redColor]];
to change the background color.