Skip to content

Commit

Permalink
Added option to disable high-res layer in FPKSharedSettings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolò Tosi committed Nov 12, 2016
1 parent 3473c46 commit 0761061
Show file tree
Hide file tree
Showing 18 changed files with 10 additions and 0 deletions.
Binary file modified Bundle/FPKReaderBundle.bundle/AudioViewController.nib
Binary file not shown.
Binary file modified Bundle/FPKReaderBundle.bundle/BookmarkView.nib
Binary file not shown.
Binary file modified Bundle/FPKReaderBundle.bundle/OutlineView.nib
Binary file not shown.
Binary file modified Bundle/FPKReaderBundle.bundle/SearchView2_pad.nib
Binary file not shown.
Binary file modified Bundle/FPKReaderBundle.bundle/SearchView2_phone.nib
Binary file not shown.
Binary file modified Bundle/FPKReaderBundle.bundle/TextDisplayView.nib
Binary file not shown.
Binary file modified Bundle/FPKReaderBundle.bundle/WebBrowser.nib
Binary file not shown.
5 changes: 5 additions & 0 deletions FPKCore/FPKSharedSettings.h
Expand Up @@ -45,4 +45,9 @@
*/
@property (readwrite, nonatomic) FPKForceTiles forceTiles;

/**
* If true, high-res images are enabled. Default true.
*/
@property (readwrite, nonatomic) BOOL foregroundEnabled;

@end
Binary file modified FPKCore/libFastPdfKit.a
Binary file not shown.
Binary file not shown.
Expand Up @@ -45,4 +45,9 @@
*/
@property (readwrite, nonatomic) FPKForceTiles forceTiles;

/**
* If true, high-res images are enabled. Default true.
*/
@property (readwrite, nonatomic) BOOL foregroundEnabled;

@end
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 0761061

Please sign in to comment.