Skip to content

Commit

Permalink
PSPDFKit 1.7.4 - bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
steipete committed Nov 29, 2011
1 parent 78c25b9 commit 914db31
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

__v1.7.4 - 29/Nov/2011__

* Custom lookup for parent viewcontroller - allows more setups of embedded views.
* Fixes a crash related to parsing table of contents.

__v1.7.3 - 29/Nov/2011__

* Add a log warning that the movie/audio example can crash in the Simulator. Known Apple bug. Doesn't happen on the device.
Expand Down
2 changes: 1 addition & 1 deletion PSPDFKit.framework/Versions/A/Headers/PSPDFKitGlobal.h
Expand Up @@ -8,7 +8,7 @@
#import "PSPDFCache.h"

// version string. use PSPDFVersionString() to get.
#define kPSPDFKitVersionString @"1.7.3"
#define kPSPDFKitVersionString @"1.7.4"

/// *completely* disables logging. not advised. use kPSPDFKitDebugLogLevel instead.
#define kPSPDFKitDebugEnabled
Expand Down
3 changes: 3 additions & 0 deletions PSPDFKit.framework/Versions/A/Headers/PSPDFViewController.h
Expand Up @@ -162,6 +162,9 @@ enum {

// ****** functions you may wanna override in subclasses ****

/// returns the topmost active viewcontroller. override if you have a custom setup of viewControllers
- (UIViewController *)masterViewController;

/// Class for creating the scroll view. Set this to your custom subclass if you override PSPDFScrollView.
- (Class)scrollViewClass;

Expand Down
Binary file modified PSPDFKit.framework/Versions/A/PSPDFKit
Binary file not shown.
Binary file modified PSPDFKit.framework/Versions/A/Resources/Info.plist
Binary file not shown.

0 comments on commit 914db31

Please sign in to comment.