Skip to content

Can i change the MFDocumentViewController's background

macteo edited this page Jun 6, 2011 · 1 revision

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.