We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can just comment the @private line on MFDocumentViewController.h and on your DocumentViewController.m add a line like
@private
MFDocumentViewController.h
DocumentViewController.m
[pagedScrollView setBackgroundColor:[UIColor redColor]];
to change the background color.