diff --git a/Example/Podfile b/Example/Podfile index 628e809..d89b239 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -4,6 +4,7 @@ use_frameworks! inhibit_all_warnings! pod 'PureLayout' pod 'pop', '~> 1.0' +pod 'UIView-Overlay' pod 'UIActionSheet-Blocks' pod 'UIAlertViewBlockExtension' diff --git a/Pod/Classes/Vendor/MMCPSScrollView/MMCPSScrollView.h b/Pod/Classes/Vendor/MMCPSScrollView/MMCPSScrollView.h index 6161502..d658b90 100755 --- a/Pod/Classes/Vendor/MMCPSScrollView/MMCPSScrollView.h +++ b/Pod/Classes/Vendor/MMCPSScrollView/MMCPSScrollView.h @@ -45,7 +45,7 @@ typedef enum { // Time it takes to scroll to next page @property (nonatomic) CGFloat scrollingTime; -@property (nonatomic) NSUInteger currentPage; +@property (nonatomic) NSInteger currentPage; @property (nonatomic, assign) id MMCPSDelegate;