We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.